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.
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
Post a Comment