Top "Uirefreshcontrol" questions

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

Refresh Control on top of tableview when I go back to view controller

For some reason, the first time the view controller is loaded, the refresh control behaves as expected (that it, showing …

ios xcode swift uirefreshcontrol
UIRefreshControl change color of UIActivityIndicatorView

There is any way to change the color of the "UIActivityIndicatorView" of the UIRefreshControl?? I didn't find anything! Thanks!!

objective-c xcode colors uiactivityindicatorview uirefreshcontrol
Header Displaced in TableView with UIRefreshControl

My UIRefreshController is doing something odd. When I pull-down refresh, the tableView headers are displaced. If I pull-down it looks …

ios objective-c uitableview uirefreshcontrol
UIRefreshControl Background Color

Is it possible to make the background of a UIRefreshControl grow as the control grows? I would like to have …

iphone objective-c ios uirefreshcontrol
UIRefreshControl text overlays on refresh-indicator

I start with programming under XCode 5 with iOS 7 SDK. And when I create UITableViewController with UIRefreshControl with 'attributedText' I've got …

objective-c overlay ios7 uirefreshcontrol
iOS 10.0 UIRefreshControl not showing indicator

I am using a UITableView Which has a Pull down to refresh function but the spinner for pull down to …

ios uitableview ios10 uirefreshcontrol ios9.3.2
Set Color of UIActivityIndicatorView of a UIRefreshControl?

Is there a way to set the color of the activity indicator (probably UIActivityIndicatorView) of a UIRefreshControl? I was able …

ios uiactivityindicatorview uirefreshcontrol
UIRefreshControl Stuck After Switching Tabs in UITabBarController

I have a UITableViewController as the root view controller in a UINavigationController, which is in turn one of the view …

ios iphone objective-c refresh uirefreshcontrol
UIRefreshControl hidden / obscured by my UINavigationController's UINavigationBar

I'm attempting to use a UIRefreshControl inside my UITableViewController which itself is inside a UINavigationController, which has its hidesNavigationBar property …

ios uitableview cocoa-touch uinavigationcontroller uirefreshcontrol
UIRefreshControl stops spinning after making application inactive

I use UIRefreshControl in a UITableView: UIRefreshControl *refreshControl = [[UIRefreshControl alloc] init]; [refreshControl addTarget:self action:@selector(refresh) forControlEvents:UIControlEventValueChanged]; self.…

ios cocoa-touch uitableview uirefreshcontrol