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

Crash fix with iOS 11 #253

Closed matteogazzato closed 6 years ago

matteogazzato commented 6 years ago

Fix crash related to “setEnableShadow:” in iOS 11. This problem is raised from self.view.layer.shadowColor = [UIColor darkGrayColor].CGColor;