240 发简信
IP属地:北京
  • UILable的封装

    /** 创建普通文本 @param frame frame @param text 文字 @param textColor 字体...

  • UIButton 图片和文字的相对位置

    在开发过程中我们经常遇到UIBUtton图片和文字的位置关系问题,有四种情况: 1image在上,label在下 2image在左,labe...

  • ios控件UIButton的封装

    通过block对button的点击事件封装 具体的实现过程 typedefvoid(^tapActionBlock)(UIButton *but...