iPhone

[objc] UIButton, title text 바꾸기

tenn 2013. 9. 14. 16:18



[yourButton setTitle:@"your title" forState:UIControlStateNormal];

[yourButton setTitle:@"your title" forState:UIControlStateSelected];

[yourButton setTitle:@"your title" forState:UIControlStateHighlighted];