UICollectionViewController should have a refreshControl property

Originator:marcelofabri.mf
Number:rdar://14434417 Date Originated:13-Jul-2013 01:10 AM
Status:Duplicate/11670865 Resolved:No
Product:iOS SDK Product Version:7.0 beta
Classification:Enhancement Reproducible:Always
 
Summary: UIRefreshControl was introduced on iOS 6 and requires an UITableViewController. We should be able to add an UIRefreshControl to a collection view (via an UICollectionViewController - to be consistent). 

Steps to Reproduce: Open UICollectionViewController documentation.

Expected Results: A refreshControl property, which we could set to an UIRefreshControl instance, that would be added to the collection view.

Actual Results: There's no refreshControl property there.

Regression: Since iOS 6, which added UIRefreshControl.

Notes: I'd like to understand too why UIRefreshControl needs an UITableViewController (and not just a UITableView). It'd be great if UIRefreshControl supported scrollviews in general, not only table views (rdar://12365983).

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!