ios - Tabbarcontroller in objective C -


i have application uses tabbarcontroller. has 2 tabs- tab , tab b. tabs mapped view controllers through navigationcontroller. mapping goes this. tab a-> navigation controllera->tableviewcontrollera. tab b->navigation controllerb->tableviewcontrollerb. tableviewcontrollera-> links to-> tableviewcontroller b. tableviewcontroller b->links -> detail screen. problem when click tab takes me relevant view. click tab b , takes me correct view , detail. when click tab again view loaded remains there. have click tab again load tableviewcontrollera.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -