How to add a UIToolbar to a UITableViewController
How should I add a UIToolbar to a UITableViewController? I tried 2 ways:
Dragging the toolbar perceptually under the tableview (thinking that it
would go under the tableview).
Selecting the table view controller, going to the Attributes inspector,
and changing the bottom bar from Inferred to Toolbar.
None of those ways worked. So I was just wondering (maybe) if I could put
it in code or something of the like. Thanks in advance if you have an
answer.
P.S. I know this question has been asked before, but none of the answers
could fit me.
No comments:
Post a Comment