Situation
I have a UIView
that has a layout constraint to the bottom of the safe area. This is inside a UIViewController
inside a UINavigationController
. It works fine when the navigation bar is in-between the large title and the "regular" title. However when bouncing lower the UINavigationBar
covers the custom view.
Question
How can I lock the position of a custom view to the bottom of a bouncing NavigationBar. Storyboard solution would be optimal, Swift solution would be sufficient.
You need to add
menuView
innavigationBar
Result
Suggestions
Use Section Header of TableView/CollectinView in this type of situation.