ios - load another view controller into UItabbarcontroller -
after logging uiviewcontroller, redirected first item of uitabbarcontroller. works fine, in first viewcontrollers want push view controller tabor view.this should happen while logged in first time. in other words want replace selected viewcontroller one. uiviewcontroller not attached tabbar controller, not want attach because replace first tabview item one.
you run problems if try transition view controller in viewdidload. should either switch child view controllers of tab bar controller or can present subview within 1 of child view controllers.
when -viewdidload called, view controller not presented. such, if try present controller, crash.
try -viewdidappear: if want describing.