aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

Use interface orientation instead of the device orientation (fixes #138) #142

Closed wtimme closed 9 years ago

wtimme commented 9 years ago

Using the interface orientation instead of the device orientation fixes #138.

aryaxt commented 9 years ago

UIInterfaceOrientation is deprecated on iOS8, I recently changed it from using interfaceOrientation to device orientation. I have a branch open trying to fix that bug https://github.com/aryaxt/iOS-Slide-Menu/tree/FixOrientationOniOS7Vs8