I was looking at UICatalog code for understanding table edit. It is happening in textfieldviewcontroller.
i saw a piece of code
self.navigationItem.rightBarItem = self.editbuttonitem;
I could not find where is this editbuttonitem is getting instantiated or where is @selector(action
code for this
CH
i saw a piece of code
self.navigationItem.rightBarItem = self.editbuttonitem;
I could not find where is this editbuttonitem is getting instantiated or where is @selector(action
CH