1. 程式人生 > >設定button字型顏色和大小

設定button字型顏色和大小

    //設定顏色
    [changePhotoBtn setTitleColor:kBtnColor forState:UIControlStateNormal];
    //設定大小
    changePhotoBtn.titleLabel.font = [UIFont systemFontOfSize:16];