ios - Multiple Navigation Bar -


i need put 2 navigationbars. second below first one.

my idea is:

in first navigation bar have navigation buttons , in second have label centered.

the rest uitableview controller. when users scroll, content hide below navigation bars.

enter image description here

paulw11 right, should create custom view, add couple of buttons , attach bottom of navigation bar using autolayout. if need hide view when user scrolls, can implement func scrollviewdidscroll(scrollview: uiscrollview) method in uitableviewcontroller , change it's alpha zero.


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -