I have a tableview in my iOS app using Xcode 6 and swift I try drag and drop a Tool bar to my table view in Story board.
But it does not go under TableView as the children of TableView. And I don't see it show up on screen when I run the app on simulator.
How can I add a ToolBar to the Tableview in my iOS application.