Re: IB UITableViewController "refreshing" setting?
Re: IB UITableViewController "refreshing" setting?
- Subject: Re: IB UITableViewController "refreshing" setting?
- From: Rick Mann <email@hidden>
- Date: Mon, 17 Jun 2013 21:21:09 -0700
On Jun 17, 2013, at 21:18 , Laurent Daudelin <email@hidden> wrote:
> After googling a bit, it seems to relate to a UIRefreshControl which was introduced in iOS 6 and seems to be putting the control when you pull the refresh the table view. From what I understand, when you choose “Enabled”, the UITableViewController manages this control so that when the user pulls to refresh, the tableview will reload its data automatically.
Huh. I've recently implemented that control for the first time, and the examples I saw had you create that control programmatically and assign it to the -refreshControl property of UITableViewController.
There is no boolean property for "refreshing," and it's disabled in IB for my one view that uses it.
--
Rick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden