InteractiveSideMenu
InteractiveSideMenu copied to clipboard
iOS Interactive Side Menu written in Swift.
- Bottom Side Menu style added.
wrapped the open and close of the side menu within the main dispatch queue.
How can i use this lib without separated storyboard, i mean with single storyboard. which one is initial view controller?
Some time getting crash long this SDK, I shared crash logs details following: Crashed: com.apple.main-thread EXC_BREAKPOINT 0x00000001ef8d4f94 0 libswiftCore.dylib + 364 1 (Missing) 2 (Missing) 3 InteractiveSideMenu $s19InteractiveSideMenu0cA10TransitionC9handlePan33_F739404E431263E64308A24F6DED6690LL10recognizerySo22UIPanGestureRecognizerC_tF + 648...
When I insert in my code the import of InteractiveSideMenu I have this issue: "Could not build Objective-C module 'InteractiveSideMenu'" Is it a known problem? Any help is appreciated.
Hi, Thanks for awesome library. I have 5 view controllers on side menu. 1- Home 2- Conversations, 3- Profile, 4- Notifications and 5- Settings. I opened Homeviewcontroller after sign in...
I didn't find any option to make the menu slide from right
When I create my menu item controllers, I embed them in navigation controllers. e.g. `let text = TextViewController(textView: TextView.init(frame: UIScreen.main.bounds), pageID: page.pageid) let navigationController = UINavigationController(rootViewController: text) contentList.append(navigationController)` Issue is...