Using...
self.navigationItem.leftBarButtonItem = self.editButtonItem;
I have an edit button in my navigation bar that works great but I would like to put it in a segmented control with an Add button. Is this possible?
As far as I can tell, the answer is no.
Thanks,
John
self.navigationItem.leftBarButtonItem = self.editButtonItem;
I have an edit button in my navigation bar that works great but I would like to put it in a segmented control with an Add button. Is this possible?
As far as I can tell, the answer is no.
Thanks,
John