instructure / CKRefreshControl

A pull-to-refresh view for iOS 5, 100% API-compatible with UIRefreshControl in iOS 6
MIT License
292 stars 57 forks source link

xcode 5 storyboard UIRefreshControl error #24

Closed ronalddewaal closed 7 years ago

ronalddewaal commented 11 years ago

Using the UIRefreshControl directly in a storyboard triggers the following error in xCode5:

..../CKRefreshControl/RefreshControlDemo/en.lproj/MainStoryboard.storyboard: error: Class Unavailable: UIRefreshControl on iOS versions prior to 6.0

Adding the control programmatically still works fine. But the Demo project on 1.1.1 has this error with the latest xCode 5.0

simonista commented 7 years ago

Closing out old issues in preparation to archive this project.