ios - why status bar behaves differently - swift -


i'm using tabbar controller , in each tab, have uiview controller embedded in navigation controller. in each view of mt view controllers, have scroll view. same when run it, different appears status bar. why happening?

first tab:

enter image description here

second tab: enter image description here

notice white background color in second tab not exist in first tab. causes sth this?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -