My UIViewController calls a function on my rootViewController which then called popToRootViewControllerAnimated to return the view to the rootController. This all works - great!
不幸的是,UINavigationItem(顶端的托olbar)似乎对刚刚被拆除的根子“Controller”和“IDViewController”进行了 m弄。
What do I need to do? What have I done wrong?