jcavar / refresher

DEPRECATED: Pull to refresh in Swift
MIT License
873 stars 99 forks source link

Refresher doesn't build for iOS 9 targets #26

Closed matthewjsummers closed 8 years ago

matthewjsummers commented 9 years ago

Hi there

Are there any plans for refresher to support iOS 9? After upgrading to Xcode 7.0.1 (which defaults to build against iOS 9), Refresher no longer builds (e.g. in 'AnimatorView' label.setTranslatesAutoresizingMaskIntoConstraints(false) is deprecated in favour of label.translatesAutoresizingMaskIntoConstraints = false).

jcavar commented 9 years ago

Hey there, I definitely plan to support iOS9 but I am currently busy so haven't had time to do it yet. Hopefully, I will review pull requests regarding over weekend and I think we will have it then.

matthewjsummers commented 9 years ago

Awesome. Just seen that kennydust has these fixes so will borrow those until they are merged!

jcavar commented 9 years ago

Great!

jcavar commented 8 years ago

This should be resolved now. There is new 0.5.0 pod release for Swift 2.