顯示具有 UIButton 標籤的文章。 顯示所有文章
顯示具有 UIButton 標籤的文章。 顯示所有文章

2014年7月28日 星期一

UIButton

設定按鈕上的文字
[self.button setTitle:@"Wake Up" forState:UIControlStateNormal];
不能用
self.button.titleLabel.text = @"Wake Up";