ios9.3.2

iOS 10.0 UIRefreshControl not showing indicator

主宰稳场 提交于 2019-12-18 11:53:36
问题 I am using a UITableView Which has a Pull down to refresh function but the spinner for pull down to refresh is not showing up when I call the [self.refreshControl beginRefreshing] The above code is called inside the viewDidLoad cause the table is loading some data initially. The spinner works fine if I perform a pull down to refresh after the initial refresh. The title shows up but not the spinner. Cant seem to solve this problem. It works fine on iOS 9.3.2 but not on iOS 10. Here is the code

iOS 10.0 UIRefreshControl not showing indicator

杀马特。学长 韩版系。学妹 提交于 2019-12-18 11:52:00
问题 I am using a UITableView Which has a Pull down to refresh function but the spinner for pull down to refresh is not showing up when I call the [self.refreshControl beginRefreshing] The above code is called inside the viewDidLoad cause the table is loading some data initially. The spinner works fine if I perform a pull down to refresh after the initial refresh. The title shows up but not the spinner. Cant seem to solve this problem. It works fine on iOS 9.3.2 but not on iOS 10. Here is the code

iOS 10.0 UIRefreshControl not showing indicator

时光怂恿深爱的人放手 提交于 2019-11-30 04:49:41
I am using a UITableView Which has a Pull down to refresh function but the spinner for pull down to refresh is not showing up when I call the [self.refreshControl beginRefreshing] The above code is called inside the viewDidLoad cause the table is loading some data initially. The spinner works fine if I perform a pull down to refresh after the initial refresh. The title shows up but not the spinner. Cant seem to solve this problem. It works fine on iOS 9.3.2 but not on iOS 10. Here is the code I am using currently. - (void)viewDidLoad { [super viewDidLoad]; [self setupView]; [self customSetup];