UIRefreshControl 在横向模式下不起作用
Posted
技术标签:
【中文标题】UIRefreshControl 在横向模式下不起作用【英文标题】:UIRefreshControl is not worling in landscape mode 【发布时间】:2013-04-18 12:12:07 【问题描述】:我的工作代码:
-(void)scrollViewDidEndDragging:(UIScrollView *)scrollView willDecelerate:(BOOL)decelerate
if (self.collectionView.contentOffset.y < -80 && ![self.pullDownRefreshControl isRefreshing])
[self.pullDownRefreshControl beginRefreshing];
【问题讨论】:
【参考方案1】:根据这个 SO 问题:UIRefreshControl in Landscape,这是一个错误(请参阅 Dave DeLong 答案的评论),但是您可以尝试问题中给出的答案。
【讨论】:
以上是关于UIRefreshControl 在横向模式下不起作用的主要内容,如果未能解决你的问题,请参考以下文章
为啥 getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);在横向模式下不起作用?