Reputation: 6764
I am writing an iOS app with XCode 4.5 and iOS SDK 6.0. I am using UIRefreshControl in my app and my device runs iOS 6.0.1. The UIRefeshControl works fine on this. What would happen if I were to run this app on a device with previous iOS version? Would the refreshcontrol still work or do I have to use some other tool to implement this feature?
Upvotes: 1
Views: 204
Reputation: 933
The UIRefreshControl
only supported by iOS 6 now. Try this: ODRefreshControl
Upvotes: 3