I am working on an iPhone view that consists of three elements: UITextView, UIToolBar with UIBarButtonItem.
The goal is for the UIBarButtonItem to change its style from "edit" (UIBarButtonSystemItemEdit) to Finish (UIBarButtonSystemItemDone) and update the new selector to the new method.
First of all, I tried the following code, but it does not work:
Could you help me with this idea?
iphone uinavigationbar uibarbuttonitem
Teerasej
source share