Hi,
I would like to put a button that is able to do the same that the edit button that is provided by every uitableview:
self.navigationItem.leftBarButtonItem = self.editButtonItem;
So I´ve created a uibarbuttonitem with its ibaction method but...what do I have to write inside that ibaction method to have the same functionality that I have when I press the edit button?
Thanks in advance!!!
I would like to put a button that is able to do the same that the edit button that is provided by every uitableview:
self.navigationItem.leftBarButtonItem = self.editButtonItem;
So I´ve created a uibarbuttonitem with its ibaction method but...what do I have to write inside that ibaction method to have the same functionality that I have when I press the edit button?
Thanks in advance!!!