ToolBar between UINavigationBar and UITableView?

前端 未结 6 1917
孤独总比滥情好
孤独总比滥情好 2020-12-10 09:50

I have a UITableViewController embedded on a UINavigationController. This tableView is an instance of NSFetchedResultsController. I need to add a Toolbar between the Naviga

6条回答
  •  春和景丽
    2020-12-10 10:41

    you need use UIViewController, then add tool bar and tableView instance of NSFetchedResultsController class inside it in storyboard

提交回复
热议问题