Hi All,
When using a tabBar and TTNavigator I get some unwanted caching... for example:
Select tabItem 'A' Select TTTableViewController item (redirects with tt://myController) Select tabItem 'B' Select tabItem 'A' again
Viola! You have the contents of tt://myController on the page!
Is there a way to get tabItem 'A' to rerun it's viewWillAppear or other method?
Thanks, Andrew J Durstewitz