SWRevealViewController
SWRevealViewController copied to clipboard
A UIViewController subclass for presenting side view controllers inspired on the FaceBook and Wunderlist apps, done right !
Remove duplicate variables in the AppDelegate.m.
Hello, this is a great library working perfectly and very simple to use. Then including it manually in my project, although working with result expected, I get almost 40+ warnings...
I am using swift and xocde 12. And I am using TableViewController for the menu. I have tried following solutions but they didn't work. `override func touchesBegan(_ touches: Set, with...
How to accroding login API response type to switch front viewcontroller using SWRevealViewController
I have a question about SWRevealViewController. I found the answer like using `sw_custom`. My login viewcontroller and return a API response to let me know which is front viewcontroller. I...
I have all my code set up for SWRevealViewController it worked perfectly fine on Xcode 10.3 and even on Xcode 11.2 beta 2 but for some reason its not working...
I get this issue installing one signal https://documentation.onesignal.com/docs/ios-sdk-setup
I've used this control for many years now. Using Xcode 11 beta 4, on iOS 13 simulator, I assert and crash in SWRevealView's statusBarView method, at line: if ([object respondsToSelector:NSSelectorFromString(key)])...
Hi, i want to push a view controller with rootNavigationController from app delegate but i get an error [SWRevealViewController pushViewController:animated:]: unrecognized selector sent to instance 0x13f08b200 This is what i...
Hello, I've been using swRevealVC for quite a bit in my iPhone app and it works great. I am now trying to port it to iPad and would like to...