I have developed an app without autoLayout
or interface-builder
, all by code. It runs ok in all iPhones
except iPhone X
where the top bar stays under the new black thing in the middle.
It's possible to get that height by code, so I can shift my Navigationbar
that height down and all runs normal ?
The solutions I see, they use auto layout.
I just want the get the distance to shift it down..