Top "Uirefreshcontrol" questions

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

How to use pull to refresh in Swift?

I am building an RSS reader using swift and need to implement pull to reload functionality. Here is how i …

ios swift xcode uirefreshcontrol
UIRefreshControl without UITableViewController

Just curious, as it doesn't immediately seem possible, but is there a sneaky way to leverage the new iOS 6 UIRefreshControl …

objective-c ios uitableview ios6 uirefreshcontrol
UIRefreshControl - beginRefreshing not working when UITableViewController is inside UINavigationController

I've setup a UIRefreshControl in my UITableViewController (which is inside a UINavigationController) and it works as expected (i.e. pull …

ios objective-c uitableview uinavigationcontroller uirefreshcontrol
UIRefreshControl on UICollectionView only works if the collection fills the height of the container

I'm trying to add a UIRefreshControl to a UICollectionView, but the problem is that the refresh control does not appear …

ios uicollectionview uirefreshcontrol
UIRefreshControl iOS 6 xcode

Does anyone have a short example of how to implement the new UIRefreshControl into xcode. I have a UITableViewController which …

objective-c iphone xcode ios6 uirefreshcontrol
Can I use a UIRefreshControl in a UIScrollView?

I have about 5 UIScrollView's already in my app which all load multiple .xib files. We now want to use a …

ios iphone uiscrollview xamarin.ios uirefreshcontrol
Pull to refresh on UITableView Inside a UIViewController

I am trying to implement the pull to refresh functionality in my application. The architecture is such that the there …

ios uitableview pull-to-refresh uirefreshcontrol
UIRefreshControl - How do I make the refresh action occur after the touch is released?

Long time listener, first time caller here on stack overflow. Be gentle. I am implementing UIRefreshControl on a UITableView to …

iphone ios objective-c uirefreshcontrol
Swift remove subviews from superview

i have a scrollView, and i added a refreshcontroll to it. self.refreshControl = UIRefreshControl() self.refreshControl.attributedTitle = NSAttributedString(string: "Frissí…

ios swift uiscrollview uirefreshcontrol
Offsetting UIRefreshControl

I am currently using a JASidePanel for my application and I have a UITableViewcontroller with a UIRefreshControl as one of …

ios ios6 uirefreshcontrol