I have couple of sections in UITableView.
I make a slide-out menu with some items that are the names of sections in table.
How to show the section respectively with item tapped in menu.
Thanks!
Asked
Active
Viewed 20 times
0
1 Answers
0
In your UITableView controller you need to reset the setFrontViewController for navigate relative controller after tapped item.

Muhammad Jabbar
- 51
- 5
-
how to reset the setFrontViewController – E.Coms Oct 25 '18 at 18:17
-
The method setFrontViewController:animated: does no longer behave as previously. Particularly, it does not perform a full reveal animation. Instead it just replaces the frontViewController at its current position with optional animation. Use the new pushFrontViewController:animated: method as a replacement for your previous calls to setFrontViewController:animated: – Muhammad Jabbar Oct 26 '18 at 11:27
-
if you still not able to get it let me know i will send you code as well. – Muhammad Jabbar Oct 26 '18 at 11:29