Sangho, Choi
Results
1
comments of
Sangho, Choi
I have solved this problem by force reset location of navigation bar with below code. I guess trying it is enough. self.navigationController.navigationBar.frame = CGRectMake(0.0, 0.0, self.navigationController.navigationBar.frame.size.width, self.navigationController.navigationBar.frame.size.height);