I have a simple Edit Button on my NavigationBar once clicked turns to Done, I’m trying to change the text on both ‘Edit’ and ‘Done’ to uppercase text, is this possible? Does anybody know of a tutorial I can check out?
self.navigationItem.rightBarButtonItem = self.editButtonItem;
Thanks.
create btnEdit object of
UIBarButtonItemin .h file like bellow:and then in
.mfile write this code: