UIRefreshControl property for UITableView

Originator:bachmann.florian
Number:rdar://19699813 Date Originated:03-Feb-2015 04:44 PM
Status:Open Resolved:
Product:iOS SDK Product Version:6.0
Classification:Feature (New) Reproducible:Always
 
UITableViewController has the shiny property 
@property(nonatomic, retain) UIRefreshControl *refreshControl

but UITableView hasn’t this property.

To add an UIRefreshControl to an UITableView you have to write
UIRefreshControl *refreshControl = [[UIRefreshControl alloc] init];
[self.myTableView addSubview:refreshControl];

that seems not very beautiful.
So it would be nice, to add this property to UITableView, too.

Regards an Fan-Boy

Comments

UICollectionView

Same holds true for UICollectionView

By Chris.Chard at Feb. 4, 2015, 7:20 a.m. (reply...)

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!