ISRefreshControl
ISRefreshControl copied to clipboard
(deprecated) iOS4-compatible UIRefreshControl
Heya! I'm trying to use the refresh control on iOS 7. My usage is very basic, I basically copy/pasted the code from the Usage section into a UITableViewController subclass of...
hi i do a test in io7 simulator this control not show as expected
Hi, I am adding refresh control as subview to table as follows self.refreshControl = [[ISRefreshControl alloc] initWithFrame:tableView.frame]; [refreshControl addTarget:self action:@selector(handleRefresh:) forControlEvents:UIControlEventValueChanged]; [tableView addSubview:refreshControl]; And, setting the attribute title as follows:...
I call beginRefreshing a few times, and it seems that only once do I see the animation of the tableView moving down and the spinner rotating then moving back up....
Hello, Thank you for your nice library, it's very handy! I have a problem with iOS 5 : sometimes the gum view and the circular indicator view are visible at...