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

Cocoa pods problem #13

Closed fgomessin closed 11 years ago

fgomessin commented 11 years ago

This version is not working using cocoa pods, it crashes on iOS 5.0. But if you download the project directly it works. Tag 1.0.0 is different from Branch. CKParagraphStyle is missing, and there are changes in other files.

bjhomer commented 11 years ago

Yes, there has been additional work since the 1.0.0 release which is tagged on CocoaPods. This included adding support for storyboards, which was when CKParagraphStyle showed up. However, there is still one outstanding issue I want to resolve before tagging a v1.1 release with storyboard support. So ts not surprising that the 1.0 tag is different from the master branch.

However, the 1.0 version on CocoaPods should work on iOS 5.0 as log as you're not setting up your refresh control in a storyboard. Perhaps you could attach more information about tr crash you're seeing?

fgomessin commented 11 years ago

I'm setting refresh control in a storyboard, so that's the problem. For now, I'm using your branch code instead of using cocoa pods.

But that's ok, I will wait for v1.1 to change back to cocoa pods.

Thank you for your quick answer!

bjhomer commented 11 years ago

The 1.1 tag has been released, and storyboard is present there. Closing this issue.