How do I reset a tabcontoller with a drill down table view
Posted
by Bob
on Stack Overflow
See other posts from Stack Overflow
or by Bob
Published on 2010-03-19T11:15:47Z
Indexed on
2010/03/20
7:11 UTC
Read the original article
Hit count: 233
Hi, I have a tabbar with one of the tabs containing a drilldown table.
I am having problems once the user has finished using the drilldown table. If they change to another tab, then change back to the original tab, the original tab is still where I left it (at the bottom of the drill down showing the detail view)
What I want is on moving to an alternative tab the old tab resets
I have tried adding all sorts of stuff to -(void)viewDidDisappear and -(void)viewDidUnload with no success
What do I need to do?
Cheers
© Stack Overflow or respective owner