I'm trying to use the project SideMenu (https://github.com/jonkykong/SideMenu) inside my Objective-C code (I saw the @objc/@objcMembers syntax so I'm guessing it should be possible) and I'm not using storyboards. Can the controller be used in this scenario? If so, how? It seems I correctly imported the module as I'm able to see the classes with autocompletion, but if I try to instantiate a SideMenuNavigationController, I cannot access the initWithRootViewController method. Is there anybody who could point me in the right direction? Thanks
Here is the solution I adopted, in case someone was running into the same problem. In your pod file, use this fork of the SideMenu project:
Then, you can instantiate SideMenu as you normally would with an Objective-C class; here is how I configured it in my project: