UIButton
2015-10-08 本文已影响68人
PeterKock
font:字体
buttonType:按钮类型
textAlignment:文本位置(左,中,右)
frame:大小位置
center:中心点
font:字体
tintColor:标题颜色
borderStyle:边框样式
backgroundColor:背景颜色
editing:编辑状态
使用storyboard来做按钮
button
修改的时候用到image比较多
注意图层间的关系 图片的适应关系
使用代码的方法制作按钮
创建一个项目
在viewController.m中文件文件中按钮的方法
设置好按钮的各项属性后最后在ViewDidload调用
ViewController.m