Pop to root SplitViewController in TabBarController - iOS
Posted
by
Mike Bryant
on Stack Overflow
See other posts from Stack Overflow
or by Mike Bryant
Published on 2013-07-03T10:23:07Z
Indexed on
2013/07/03
11:05 UTC
Read the original article
Hit count: 338
TableViewController Context: Here's my app:
Tab 1: NavigationController -> ViewController
Tab 2: SplitViewController -> Master : TableViewController -> SplitViewController ->TableViewController
-> Detail : TableViewController -> TableViewController
Tab 3: NavigationController -> ViewController (I'm Here)
How do I pop to the root of each tab from a method in the tab 3 (basically a logout button)?
© Stack Overflow or respective owner