Search code examples
objective-ciosuirefreshcontrol

UIRefreshControl backward compatibility


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?


Solution

  • The UIRefreshControl only supported by iOS 6 now. Try this: ODRefreshControl