NSDictionary *dic = [NSDictionarydictionaryWithObjectsAndKeys:[UIColorblackColor],UITextAttributeTextColor, [UIFontfontWithName:@"SnellRoundhand-Bold"size:],UITextAttributeFont ,[UIColorwhiteColor],UITextAttributeTextShadowColor ,nil];
[segment setTitleTextAttributes:dic forState:UIControlStateNormal];
相关文章
- 02-05移动端开发使用rem时动态设置html的字体大小
- 02-05spinner 设置文本框中的字体颜色
- 02-05android-设备设置独立的字体大小
- 02-05Android:具有多种颜色和字体的TextView
- 02-05navigationItem.rightBarButtonItem 设置背景图片,颜色更改解决的方法
- 02-05vue-quill-editor的自定义设置字数长度方法和显示剩余数字
- 02-05Nginx的gzip压缩的原理和设置参数
- 02-05MATLAB中颜色和线条对应的标识符
- 02-05修改 input / textarea placeholder 属性的颜色和字体大小
- 02-05npm配置镜像、设置代理cnpm和取消代理的方法