DMCircleButton圆形UIButton子类,带有触摸动画,轻松设置颜色、标签、字体、大小与动画类型
圆形UIButton子类,带有触摸动画,只需初始化并设置颜色、标签、字体、大小和动画类型:
DMCircleButton *pulseButton = [DMCircleButton buttonWithLabel: @\"Pulse\" backgroundColor: [UIColor redColor] textColor: [UIColor whiteColor] font: [UIFont systemFontOfSize: 17.0f]];
下载地址
用户评论