Add toolbar to UITableViewController

后端 未结 3 1816
时光说笑
时光说笑 2021-01-30 08:44

What is the simplest way to add UIToolBar to UITableViewController? I\'m depending on edit functionality, so I can\'t change UITableViewController to UIViewController easily.

3条回答
  •  耶瑟儿~
    2021-01-30 09:49

    In order to make PeyloW's recipe to work, I needed to add the following additional line of code:

    self.navigationController.toolbarHidden = NO;
    

    Hope that helps...

提交回复
热议问题