self.navigationController.view.backgroundColor = [UIColor whiteColor];
I solved this problem by setting the background color of the navigation controller’s view.
self.navigationController.view.backgroundColor = [UIColor whiteColor];
I solved this problem by setting the background color of the navigation controller’s view.