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


Enter image details here


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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -