I want to hide the title of the button. How can i do in iphone application?eg
UIButton *b =.....[b setTitle:buttonTitle forState:UIControlStateNormal];now i want to hide the title. How can i?
No comments:
Post a Comment