uitableview - Toolbar in a TableView (Swift) -


i have toolbar @ bottom of tableview in storyboard within viewcontroller. when run app, toolbar shows @ bottom of table view. how can make toolbar fixed navigation bar? need have tab bar controller?

navigationcontroller?.settoolbarhidden(false, animated: true) 

and use storyboard customise toolbar


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -