objective c - UITabBar Controller and UITableView Controller - would one effect the other? -
perhaps simple or stupid question. have tested 3 separate apps, each simple uitableviewcontroller apps detail view controllers pushed onto stack. work no problems. i've decided build new app uses 3 tab uitabbar controller rootviewcontroller , have these 3 separate tableviewcontrollers running off tabbar controller. can fire first level tableviews can't push respective childviewcontrollers onto stack. i'm using same class code each uitableviewcontroller in tabbar app tested in tableview app. am missing obvious here? why wouldn't work because of tabbar controller? thanks insights in advance. if closer @ 3 separate apps, you'll see have uitableviewcontrollers inside of uinavigationcontrollers. left navigation controllers out of version uitabbarcontroller. the hierarchy should this: uitabbarcontroller ┣ uinavigationcontroller ┃ ┗ uitableviewcontroller ┣ uinavigationcontroller ┃ ┗ uitableviewcontroller ┗ uinavigationcontroller ┗ uitablev...