문제

I change [self.navigationController setNavigationBarHidden:NO/YES animated:YES]; during my app life. Problem is then it begin hidden/unhidden - it resized view and tableView. How can I disable resizing?

도움이 되었습니까?

해결책

Disabling or editing the AUTOLAYOUT in your Nib/Xib

1. Open your interface 2. Click on the first tab on the inspector on the right; 3. Disable the auto layout.

OR if you need auto layout:

Cancel or edit the constraint that resize your tableview.

I sugget to disable the auto layout in that screen if you don't know how it work and you don't need it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top