On Jun 18, 2013, at 00:21, Rick Mann <rm...@latencyzero.com> wrote:

> On Jun 17, 2013, at 21:18 , Laurent Daudelin <laur...@nemesys-soft.com> 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.

Good point. I didn’t turn it on in the storyboard because I didn’t want to have 
problems if the app is run on a 5.1 device (that I still have to support at 
this time). So, I went the programmatic way...

-Laurent.
-- 
Laurent Daudelin
AIM/iChat/Skype:LaurentDaudelin                                 
http://www.nemesys-soft.com/
Logiciels Nemesys Software                                      
laur...@nemesys-soft.com


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to