IOS-基础笔记之UIButton

来源:互联网 发布:fanuc数控系统a角编程 编辑:程序博客网 时间:2024/06/16 12:14
UIButton 中包含三个view 
  •      UIImageView 大的背景   setBackgroundImage 设置的图片作用于此处
  •      UIimageView  内部图标
  •      UIButtonLabel 继承于UIlabel 显示文字


  • 图片位置

          - (CGRect)imageRectForContentRect:(CGRect)contentRect

  •  文字位置
  • - (CGRect)titleRectForContentRect:(CGRect)contentRect

      

0 0
原创粉丝点击