
自定义button
Just-Leon
Everything will be better
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
iOS学习(自定义button)
1.首先新建一个类该类继承UIButton 2.实现几个方法 1).修改字体的一些属性 -(instancetype)initWithFrame:(CGRect)frame{ self = [super initWithFrame:frame]; if (self) { 1--》设置字体显示的位置(左.中.右)原创 2015-08-16 21:10:08 · 686 阅读 · 0 评论 -
iOS总结(自定义button)
1.首先新建一个类该类继承UIButton 2.实现几个方法 1).修改字体的一些属性 -(instancetype)initWithFrame:(CGRect)frame{ self = [super initWithFrame:frame]; if (self) { 1--》设置字体显示的位置(左.中.右)原创 2015-08-17 08:16:50 · 871 阅读 · 0 评论