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
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!
UICollectionView
Same holds true for UICollectionView