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

Sigh. Contentview size is zero #258

Open NikKovIos opened 6 years ago

NikKovIos commented 6 years ago

Check this thread in SO please https://stackoverflow.com/questions/48018095/xcode-9-1-and-ios-11-causing-crash

I posted the solution there: Two lines must be in viewWillLayoutSubviews instead of setup method.

self.enableShadow = YES;
self.enableSwipeGesture = YES;