uinavigationbar - How do I fix the gap between my view and my navigation bar when the call status bar is active? -
I am using ECSlidingViewController for navigation but I do not believe this is the cause of my problem below of my problem An example is
I tried to use viewDidLayoutSubviews to fix it and I changed the settings for navigation. In my opinion, with the proper obstacles, I thought that the automatic layout would handle something like this. Does anyone have any suggestions?
to viewDidLoad
, add:
[Self. Navigationbar set navigation navigation bar: yes animated: no]; [Self. Navigation controller set navigation beside: no animated: no];
Comments
Post a Comment