cakl
cakl

Reputation: 400

UIRefreshControl without tableView

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

Answers (1)

Vitalii Gozhenko
Vitalii Gozhenko

Reputation: 9354

You can use it with UIScrollView... Works like a charm...

Upvotes: 3

Related Questions