ODRefreshControl
ODRefreshControl copied to clipboard
A pull down to refresh control like the one in Apple's iOS6 Mail App
Hello , I am facing a issue that is if you scroll the page fast the activityIndicator hides, some times you need to scroll to see it and sometimes it...
Refresh
Hi There Implemented as easy as you said. So it looks like it is refreshing - but the TableView does not refresh. I have the iPhone doing a JSON pull...
I would like to have something like this [ UIRefreshControl *refreshControl = [[UIRefreshControl alloc] init]; [refreshControl addTarget:self action:@selector(addReceipt:) forControlEvents:UIControlEventValueChanged]; self.refreshControl = refreshControl; NSString *s = @"Swipe Down to Add Receipt";...
Hello, The UIActivityView doesn't appear after calling "beginRefreshing". That is only happening when a UITableView has a tableHeaderView set up, like this code: ODRefreshControl *refreshControl = [[ODRefreshControl alloc] initInScrollView:self.tableView]; [refreshControl...
Sometimes if you pull down too fast (especially along the left side) the spinner does not show up and there are just empty rows displayed until the data populates again....
There is not enough room on the screen to pull down the refresh knob all the way down when on landscape orientation. All i have is one navigation bar and...
I wonder if it is possible to add activity indicator for 0.2-0.5 seconds if after method `dropViewDidBeginRefreshing:` is called I am not actually refreshing data and calling `endRefreshing` immediately. You...
I'd fix it if I knew how :)
Hey. This pull-to-refresh class works fine in my app except for one situation. Whenever I make a quick downward "fling" gesture on the tableview, the refreshing code is called but...
Scroll UIWebView down to refresh, before loading finish, scroll down again (actually my action is do the scroll down one by one without waiting) the WebView falls down, means top...