腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(877)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
iOS -UITableView的
UIRefreshControl
与UITableViewController的
UIRefreshControl
我使用以下代码添加了我的
UIRefreshControl
:
UIRefreshControl
*refreshControl = [[
UIRefreshControl
refreshControl;我的应用程序中有另一个使用UITableViewController的屏幕,它的
UIRefreshControl
单独的
UIRef
浏览 2
提问于2016-05-13
得票数 0
回答已采纳
1
回答
UIRefreshControl
lag
我已经开发了一个带有
UIRefreshControl
的RSS Feed,以便刷新内容。但每当我触发
UIRefreshControl
时,它都会非常滞后。
浏览 0
修改于2015-05-06
得票数 1
回答已采纳
1
回答
使用
UIRefreshControl
目前,我有一个使用
UIRefreshControl
的应用程序。{ self.searchDisplayController.delegate = self; [refreshControl addTarget:self action:@selectorUIControlEven
浏览 2
修改于2013-07-30
得票数 0
回答已采纳
1
回答
addTarget to
UIRefreshControl
()
我做了一个
UIRefreshControl
refresher.attributedTitle = NSAttributedString(string
浏览 1
修改于2016-01-05
得票数 1
回答已采纳
2
回答
UIRefreshControl
怪异
今天刚开始用"
UIRefreshControl
“,注意到了一些奇怪的事情。如果我在InterfaceBuilder中创建了
UIRefreshControl
,并将其全部连接起来,我的选择器永远不会被调用。所以我把这段代码放在我的"viewDidLoad“例程中:[self.refreshControl addTarget
浏览 0
修改于2013-03-05
得票数 2
2
回答
UIRefreshControl
闪烁
我在iOS 8下实现
UIRefreshControl
时遇到了一种闪动。每次我第一次来到我的tableView顶部(即应用程序刚刚启动时),我都会看到下面的gif中所示的闪动。下面是我的应用程序的viewDidLoad()中的代码: // Doing this here to prevent the
UIRefreshControl
s
浏览 4
修改于2015-03-17
得票数 1
2
回答
UIRefreshControl
滞后
-(void)viewDidLoad { [refreshControl addTarget
浏览 2
修改于2014-12-28
得票数 0
1
回答
UIRefreshControl
退回
我已经使用带有UICollectionView的
UIRefreshControl
实现了一个拉入刷新控件。
浏览 2
提问于2014-01-22
得票数 1
1
回答
UIRefreshControl
未出现
我正在尝试设置
UIRefreshControl
pull to refresh功能。下面是我的代码。// Within Class Itself let refreshControl =
UIRefreshControl
浏览 0
修改于2017-10-30
得票数 0
4
回答
UIRefreshControl
on viewDidLoad
我使用以下代码创建一个
UIRefreshControl
:{ [refreshControl addTarget:self action:@selector(doLoad) forControlEvents
浏览 3
提问于2013-07-29
得票数 26
回答已采纳
2
回答
实现水平
UIRefreshControl
如何实现从左侧或右侧拉取时刷新的
UIRefreshControl
?? 是否可以使用标准的
UIRefreshControl
?或者有没有API来创建这种效果?
浏览 0
修改于2017-05-23
得票数 2
3
回答
Xcode
UIRefreshControl
on UIView
所以我知道我可以使用
UIRefreshControl
,但是我只能找到在UITableViewController中使用的代码。有没有人知道如何在
UIRefreshControl
中而不是在UITableView中使用UITableView。提前谢谢。
浏览 4
提问于2013-12-18
得票数 2
回答已采纳
8
回答
为UIWebView使用
UIRefreshControl
我在iOS 6中看到了
UIRefreshControl
,我的问题是,是否可以通过拉下WebView来刷新它,然后让它像邮件一样弹出?我使用的拉比代码是WebView: [refreshControl
浏览 0
修改于2012-11-14
得票数 14
5
回答
UIRefreshControl
问题
我正在尝试在我的应用程序中实现
UIRefreshControl
。我有一个xib文件,我向空的nib文件添加了一个UITableViewController,并将刷新属性设置为"enabled“。self.myTableView.delegate = self;
UIRefreshControl
*refresh = [[
UIRefreshControl
alloc] init]
浏览 1
修改于2014-05-19
得票数 6
回答已采纳
3
回答
UIRefreshControl
attributedTitle多行
是否可以在
UIRefreshControl
标题中使用多行?每当我将\n添加到NSAttributedString中时,只会显示第一行。我正在尝试设置一个标题,并在下一行添加更多的文本。那么,有没有在
UIRefreshControl
中使用两行文本的解决方法呢self.refreshControl = [[
UIRefreshControl
浏览 2
修改于2013-04-22
得票数 4
2
回答
向UIScrollView添加
UIRefreshControl
我只是想简单地添加一个
UIRefreshControl
到on滚动视图中--由于某种原因,当我向下拉滚动条时,什么也没有发生。没有ActivityView,就没有动作。这就是我到目前为止所知道的:[super viewDidLoad]; [refreshControl addTarge
浏览 1
提问于2015-10-14
得票数 1
1
回答
UIRefreshControl
自动启动
是否可以在应用启动时自动启动
UIRefreshControl
?我试着给self.refreshControl beginRefreshing];打电话,但不起作用。下面是我的viewDidLoad中的一些代码: [Reload table view // End r
浏览 0
修改于2018-06-23
得票数 0
回答已采纳
1
回答
ECSlidingViewController冻结
UIRefreshControl
我有一个带有UITableView的视图控制器,它使用一个
UIRefreshControl
来执行一个长任务。在后台执行一个长任务,如: ( dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_LOW,)pulledToRefresh:(
UIRefreshControl
浏览 4
修改于2015-07-22
得票数 0
3
回答
无法覆盖“refreshControl”类型的可变属性“
UIRefreshControl
?”具有协变类型'
UIRefreshControl
‘
我在我的表视图中使用一个
UIRefreshControl
来提取新数据。但是,当我定义控件时,下面会显示错误。我搜索了一段时间,但没有发现任何有用的东西。我使用Xcode版本9.2 (9C40b),swift4,IOS11.2
浏览 2
修改于2018-01-17
得票数 6
回答已采纳
2
回答
UIRefreshControl
不工作
var refreshControl =
UIRefreshControl
() TableView.refreshControl =self.handleRefresh), forControlEvents: UIControlEvents.ValueChanged) func handleRefresh(refreshControl:
UIRefreshControl
浏览 6
修改于2017-03-02
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券