Problems with editButtonItem

0

I have a question. I put a button on objective C, self.navigationItem.leftBarButtonItem = self.editButtonItem . He shows me the button but he does not act on me. I had it mounted on a TableViewController and I have passed it to a ViewController and it has stopped working. I'm a little lost.

    
asked by Juanma 29.07.2017 в 23:18
source

1 answer

0

The problem is that the class TableViewController has a property editButtonItem . While class ViewController does not have it

    
answered by 09.04.2018 в 21:28