evnaz / ENSwiftSideMenu

A simple side menu for iOS written in Swift.
MIT License
1.82k stars 282 forks source link

Compatibility with iOS9 #96

Closed gyifr closed 9 years ago

gyifr commented 9 years ago

The component does not work with iOS9 and XCode 7, there are some compiling errors. Thank you

kajensen commented 9 years ago

Yeah, the project needs some modifications to update to swift 2

  1. "[.FlexibleHeight, .FlexibleWidth]" in a couple places
  2. change the do while loop to "repeat" while
evnaz commented 9 years ago

Hi, Just updated the lib for ios 9 compatibility

gyifr commented 9 years ago

Thank you very much!