UIButton

作者: PeterKock | 来源:发表于2015-10-08 10:55 被阅读68次

    font:字体
    buttonType:按钮类型
    textAlignment:文本位置(左,中,右)
    frame:大小位置
    center:中心点
    font:字体
    tintColor:标题颜色
    borderStyle:边框样式
    backgroundColor:背景颜色
    editing:编辑状态

    使用storyboard来做按钮


    button

    修改的时候用到image比较多


    注意图层间的关系 图片的适应关系

    使用代码的方法制作按钮
    创建一个项目
    在viewController.m中文件文件中按钮的方法

    ViewController.m

    设置好按钮的各项属性后最后在ViewDidload调用

    ViewController.m

    相关文章

      网友评论

        本文标题:UIButton

        本文链接:https://www.haomeiwen.com/subject/zzlncttx.html