首页 > 代码库 > UIButton

UIButton

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

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

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


UIButton