Different Navigation Bar Button Items in different child viewcontrollers from two container views?

前端 未结 1 378
说谎
说谎 2021-01-25 10:37

I have setup a UIViewController(RootViewController) with two container views connected to two UITableViewControllers. Each of the UITableViewCont

1条回答
  •  我在风中等你
    2021-01-25 10:46

    Did you push them on the UINavigation stack?

     func pushViewController(ViewController, animated: true)
    

    0 讨论(0)
提交回复
热议问题