I have a UITableViewController embedded on a UINavigationController. This tableView is an instance of NSFetchedResultsController. I need to add a Toolbar between the Naviga
You can make a topBar of any UIView and then pass it as the tableHeaderView. It may help you.