码迷,mamicode.com
首页 > 其他好文 > 详细

UIButton

时间:2014-08-29 02:56:37      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:11

  1. UIButton中有个imageView和titleLabel,要设置位置,可用一个急于UIButton的类里重写

    - (CGRect)titleRectForContentRect:(CGRect)contentRect; //调整UIButton内部的titleLable的frame

    - (CGRect)imageRectForContentRect:(CGRect)contentRect; //调整UIButton内部的UIImageView的frame


UIButton

标签:11

原文地址:http://5828666.blog.51cto.com/5818666/1546339

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!