I am using SWReaveealController
in my app. On click of UITableView
to the left in app i am showing some screens. I have help option in left UITableView
. When click on that i further showing a UITableViewController
. In HelpViewController
there are multiple items and user can press on any of them. So on user section i want to redirect to new screen & on back press i want to redirect to swrevealcontroller
.
But issue is i am not able to show back button.Please tell how can i redirect to UINavigationController
so that i can show back button.
Asked
Active
Viewed 99 times
0

Jagat Dave
- 1,643
- 3
- 23
- 30

Dheeraj Kumar
- 327
- 2
- 6
- 19
-
add custom back button, and if you click that open side menu thats all\ – Anbu.Karthik Mar 28 '16 at 09:28
-
show your stoyboard scene – Anbu.Karthik Mar 28 '16 at 09:33
-
adding back button not a solution – Dheeraj Kumar Mar 28 '16 at 10:16
-
if press the back button you want ti open side menu correct – Anbu.Karthik Mar 28 '16 at 10:23
-
On back button i want to move to last view controller from i came but now it is reduerecting me to swrevealviewcontroller – Dheeraj Kumar Mar 28 '16 at 11:33
-
ya in here `swrevealviewcontroller` is the root controller, how do you go on another controller, is not possible on navigation stack , if you want use present – Anbu.Karthik Mar 28 '16 at 11:35
-
I want to redirect to navigation controller from a swrevealcontroller so that i can maintain stack for that but swrevealcontroller does not allow to make stack of controller – Dheeraj Kumar Mar 28 '16 at 11:45
-
ya bro it does not allow, in here you need to take the refrence of previous viewcontroller, and open manually – Anbu.Karthik Mar 28 '16 at 11:47
-
can u post some code? – TechChain Apr 12 '16 at 09:39