Re: UIButton toggle
Oops Sorry,
I think I misread the post. I thought you were looking for a edit/done button. But I guess you are looking for a button with a similar functionality. You can try to use the editButton provided by ViewController and change the title property and override the setEditing:animated method to perform the action based on your needs.
Thanks,
Javid
|