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