Reputation: 400
I have someone managed to add a UIRefreshController
(or something similar) to a View
without a UITableView
? My View
is embedded in a UINavigationController
and I'd like to "pull down to refresh" the view under the NavigationBar
.
Any help appreciated. Thanks
Upvotes: 1
Views: 396
Reputation: 9354
You can use it with UIScrollView... Works like a charm...
Upvotes: 3