ToolBar between UINavigationBar and UITableView?

前端 未结 6 1916
孤独总比滥情好
孤独总比滥情好 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:38

    You can make a topBar of any UIView and then pass it as the tableHeaderView. It may help you.

提交回复
热议问题