UIBarButtonItem not reacting after click

后端 未结 4 1576
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-29 05:27

From the rootViewController I navigate to a UIViewController

if (self.contr == nil) {
    ExampleViewController *controller = [[Exampl         


        
4条回答
  •  悲哀的现实
    2021-01-29 05:45

    If you are not hitting the breakpoint that means you did not connect them properly in the xib.

提交回复
热议问题