How to reload rootViewController in navigationController When press “back”?
问题 There are 2 viewControllers in a navigationController: navigationController->root->A In viewController A, if a user make some settings and press the left bar button item(Back), I want the root view to renew its layout(some views' size will be changed). By now, I make it works by adding one more navigationController between the two viewControllers(present modally): navigationController->root->navigationController->A. Is there a way to renew the root viewController with one navigationController