You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys,
I have attempted to add a menu icon instead of the text. https://github.com/robomotic/ENSwiftSideMenu/tree/MenuIcon
If you go to ViewController2 you will see the menu bar in a ugly blue color but when you press the app is crashing!
The error is quite generic:
[SwiftSideMenu.MyNavigationController toggleMenu]: unrecognized selector sent to instance 0x7fad72828650
And I can't see why is doing that.
Any help ?!?!?!
The text was updated successfully, but these errors were encountered:
Hi @robomotic ,
In your fork you have modified the Library/ENSideMenuNavigationController.swift file. The problem is in that changes. Check the target of the bar button.
Hello guys,
I have attempted to add a menu icon instead of the text.
https://github.com/robomotic/ENSwiftSideMenu/tree/MenuIcon
If you go to ViewController2 you will see the menu bar in a ugly blue color but when you press the app is crashing!
The error is quite generic:
[SwiftSideMenu.MyNavigationController toggleMenu]: unrecognized selector sent to instance 0x7fad72828650
And I can't see why is doing that.
Any help ?!?!?!
The text was updated successfully, but these errors were encountered: