Top "Uirefreshcontrol" questions

A UIRefreshControl object provides a standard control that can be used to initiate the refreshing of a table view’s contents.

UIRefreshControl issues

I am trying to implement the UIRefreshControl in my application. I have an xib file and I added a UITableViewController …

iphone objective-c ios uirefreshcontrol
UIRefreshControl with UICollectionView in iOS7

In my application I use refresh control with collection view. UICollectionView *collectionView = [[UICollectionView alloc] initWithFrame:[UIScreen mainScreen].bounds]; collectionView.alwaysBounceVertical = …

ios objective-c uitableview uicollectionview uirefreshcontrol
iOS7 UIRefreshControl changes contentInset

I have a UINavigationController in my app. The UINavigationBar is set to opaque and all the scroll views do not …

ios objective-c uitableview uirefreshcontrol
How do I programmatically slide the UITableView down to reveal the underlying UIRefreshControl

How can I reveal the UIRefreshControl when I update the table programmatically? Using [self.refreshControl beginRefreshing] make the spinner animate …

ios6 uitableview uirefreshcontrol
UIRefreshControl not working when called prorgammatically

I have a UIRefreshControl in my ViewController and a method refreshView to handle "pull to refresh" event. It works perfectly …

ios pull-to-refresh uirefreshcontrol
How Do I Shorten the Pull Distance on UIRefreshControl to Activate the Pull to Refresh Action?

Hey StackOverflow People, I've been trying to figure out this question for some time now but to no avail and …

ios uitableview uiwebview uirefreshcontrol
UITableView UIRefreshControl Does Not Show Its View The First Time

I have added the functionality of UIRefreshControl in my project that uses a UITableView. The app works by fetching entries …

ios objective-c uitableview pull-to-refresh uirefreshcontrol
How to use Refresh Control in UITableViewController ios7

I am parsing an xml file and displaying it's content in a UITableView, I want to set up the pull …

ios ios7 uitableview uirefreshcontrol
UIRefreshControl incorrect title offset during first run and sometimes title missing

The text is offset wrong by the first launch of UIRefreshControl... later sometimes the refresh text doesn't show up at …

cocoa-touch uitableview ios7 uirefreshcontrol
How to add refresh control to collection view large titles navigation bar in iOS 11?

According to Apple the refresh control should be part of the large title navigation bar in iOS 11. The refresh control …

ios pull-to-refresh uirefreshcontrol ios11