Skip to content

powfulhong/ZSRoundedButton

Repository files navigation

ZSRoundedButton

可以设置不同圆角的自定义按钮,不需要写任何代码,只需要把class里的文件加入你的工程,然后在identity inspector中设置custom class为ZSRoundedButton,就可以在attributes inspector中设置属性,并实时看到效果。如果没有效果,请确保选择了Editor中的automatically refresh views,并点击Editor->refresh all views。

其中,cornerStyle数值代表:
  0:左上角
  1:右上角
  2:左下角
  3:右下角
  4:左上角&右上角
  5:左上角&左下角
  6:右上角&右下角
  7:左下角&右下角
  8:全部

效果图如下:

Update 2015-07-14

新增ZSRounededButton的Swift实现,使用方法不变,效果图如下:

Update 2015-11-10

Swift 2.0

About

可以设置不同圆角和边框的按钮

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published