What's the right way to add a ToolBar to a UITableView?

后端 未结 5 1073
情深已故
情深已故 2021-01-31 04:27

I\'m writing a Navigation-Based iPhone app, and I\'d like to have a UIToolBar docked at the bottom of my screen, with a UITableView scrolling between the tool bar and the naviga

5条回答
  •  一向
    一向 (楼主)
    2021-01-31 04:53

    Try out this:

    self.navigationController.toolbarHidden = NO;
    

    Hope it helps you.

提交回复
热议问题