苹果自带的刷新控件UIRefreshControl(不推荐使用)

2016-04-15  本文已影响1574人  訷訷

苹果自带的刷新控件UIRefreshControl(不推荐使用)
有bug,例:如果正在刷新,用tabbar切换控制器界面时会卡住

UIRefreshControl *control = [[UIRefreshControl alloc] init];
[control addTarget:self action:@selector(loadNewTopics) forControlEvents:UIControlEventValueChanged];
[control beginRefreshing];
[self.tableView addSubview:control];
上一篇 下一篇

猜你喜欢

热点阅读