ios - Navigation Bar covers my content when pushing to a View Controller -


when push new view controller, navigation bar, embedded navigation controller, covers uitextfield. however, after changing orientation portrait landscape portrait uttextfield becomes visible , continues regardless of further change of orientation.

i have uiscrollview within view controller's view i'm pushing too.

within interface builder have enabled under top bars extend edges , disabled adjust scroll view insets layout because didn't help.

i've been @ stand still this; right appreciated. thanks!

one trick solve problem in viewdidload do

edgesforextendedlayout = .none 

now if have transparent header view no longer seen threw it.