我想用自定義字體顏色和標題更改按鈕標題標籤。被加載的ViewController當顯示按鈕作爲定製1秒,然後顯示爲i的界面生成器添加更改按鈕標籤的字體顏色和標題
這裏是我的代碼
edit_button.frame = CGRectMake(120, 40, 30, 30);
edit_button.titleLabel.text = @"";
edit_button.titleLabel.font = [UIFont fontWithName:@"FontAwesome" size:13.0f];
edit_button.titleLabel.textColor = [UIColor colorWithRed:0.278 green:0.608 blue:0.565 alpha:1];