/** 创建普通文本 @param frame frame @param text 文字 @param textColor 字体颜色 @param textA...
IP属地:北京
/** 创建普通文本 @param frame frame @param text 文字 @param textColor 字体颜色 @param textA...
在开发过程中我们经常遇到UIBUtton图片和文字的位置关系问题,有四种情况: 1image在上,label在下 2image在左,label在右 3image在下,la...
通过block对button的点击事件封装 具体的实现过程 typedefvoid(^tapActionBlock)(UIButton *button); @interfac...