pkluz / PKRevealController

PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
Other
3.85k stars 659 forks source link

Fix warnings in animation and animationWithKeyPath: methods #216

Closed brian-intuit closed 9 years ago

brian-intuit commented 9 years ago

This fixes the new warnings that come up with Xcode 6.

DoctorG commented 9 years ago

Can you please update the pod spec? Thanks for continuing to support this great Controller!

pkluz commented 9 years ago

@DoctorG will with the next iteration, which I can currently only say is coming soon (a point update addressing glitches and quality, no API changes). For now I recommend you use it like so:

pod 'PKRevealController', :git => 'https://github.com/pkluz/PKRevealController.git', :commit => ' b9e7521'

or (if you are into always running the most recent version)

pod 'PKRevealController', :git => 'https://github.com/pkluz/PKRevealController.git', :head
DoctorG commented 9 years ago

I didn't realize you could do that. Thank you!