I wanna add a side menue to my iOS app. when user press a button in the currrent view, it should move to right side a little bit and a side menue should come from left side. How can I do this? I used ECSlidingViewController for my app, but it giving me an exception like
Terminating app due to uncaught exception 'Missing topViewController', reason: 'Set the topViewController before loading ECSlidingViewController'
How to solve this problem and is there any other way to do this? Please help me. Thanks