Hi All,
I am using UITextView to edit text. I want to use two buttons Edit and Save. Initially i want to show edit button, when the user click on edit i want to show save button. when the content successfully saved i dont want to show save button any more.
I am a c# coder, in c# i used to do like this
C# code
btnedit.visible=true;
Now i want to know how to make a button visible and not visible from objective c code.
Thanks,