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

Xcode 6 compiler errors #209

Open smileyborg opened 10 years ago

smileyborg commented 10 years ago

https://github.com/pkluz/PKRevealController/blob/588c2979de6e0b28478d8d683e4a45ec1aae8ed5/Source/PKRevealController/Modules/PKLayerAnimator/PKAnimation.m#L44 https://github.com/pkluz/PKRevealController/blob/588c2979de6e0b28478d8d683e4a45ec1aae8ed5/Source/PKRevealController/Modules/PKLayerAnimator/PKAnimation.m#L51

The above lines of code raise compiler errors under Xcode 6.

John-Lluch commented 10 years ago

About one year ago I posted this https://github.com/John-Lluch/SWRevealViewController, because I thought that the PK controller could be coded in a cleaner way while removing some issues. The SW controller is already a mature reveal controller with active support and tested to work on Xcode 6 and iOS8. Apis are similar to Phil's PK reveal controller on which it was originally inspired. Maybe you find it useful.