Top "Uirefreshcontrol" questions

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

Change color to attributedTitle in UIRefreshControl

I'm looking for a way to change color in UIRefreshControl. The text is shown in an NSAttributedString, so I try …

ios ios6 nsattributedstring uirefreshcontrol
Prefer Large Titles and RefreshControl not working well

I am using this tutorial to implement a pull-to-refresh behavior with the RefreshControl. I am using a Navigation Bar. When …

swift xcode uitableview uinavigationbar uirefreshcontrol
iOS How to Implement UITableView Bottom Refresh Control

I just want to know if there's a way to implement the bottom refresh control with the use of UIRefreshControl …

ios objective-c uitableview swift uirefreshcontrol
UIRefreshControl and UITableView's backgroundVIew

I have a UITableViewController on which I set a backgroundView. This controller has a UIRefreshControl installed. The problem is that …

ios uirefreshcontrol
UISearchController changing status bar color on invocation

I have the following code in my app, specifically in viewDidLoad: that sets up my UISearchController. self.searchController = [[UISearchController alloc] …

ios uitableview uistatusbar uisearchcontroller uirefreshcontrol