1

I need to add a Toolbar with a button in it at the bottom of my UITableView. I see lots of websites saying that using a UINavigationController is the way, but Is there any option that allows me to do this just within the UITableViewController?

Vincent Malgrat
  • 66,725
  • 9
  • 119
  • 171
Joris Dijkstra
  • 132
  • 4
  • 14

1 Answers1

10

Yes, select your UITableViewController in your Storyboard and go to Editor-Embed in-Navigation Controller

Then select your newly-created NavigationController and in its Attributes Inspector check "Shows Toolbar"

enter image description here

Oleg
  • 2,984
  • 8
  • 43
  • 71