| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
end5
10年前发布

UIButton 如何设置字体颜色

    UIButton *temp = [UIButton buttonWithType:UIButtonTypeRoundedRect];                                  [temp setTitle:@“test”  forState:UIControlStateNormal];                             [temp setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];