Im stuck in side menu design. Problem I'm facing is I have 2 view controllers.One act as a home viewcontroller. Other one for slide menu(table view controller).On clicking the option button in home viewcontroller side menu should popup. It is working as expected.But after clicking few times instead of showing the table view as side menu it is(side menu) is covering whole screen.
Is it compulsory to put the homeController in navigation stack? Im not using navigation controller.Im using button and on click of that button slide view is displaying.
Is it compulsory to put the homeController in navigation stack? Im not using navigation controller.Im using button and on click of that button slide view is displaying.