DKCircleButton

码农软件 · 软件分类 · 按钮(Button) · 2019-05-23 14:56:50

软件介绍

DKCircleButton 实现了无需图片实现扁平化(Flat UI)风格的圆形按钮,并且有不错的点击按钮的效果。


示例代码:

- (void)viewDidLoad {
  [super viewDidLoad];

  DKCircleButton *button1 = [[DKCircleButton alloc] initWithFrame:CGRectMake(0, 0, 90, 90)];

  button1.center = CGPointMake(160, 200);
  button1.titleLabel.font = [UIFont systemFontOfSize:22];
}

本文地址:https://www.codercto.com/soft/d/6376.html

Release It!

Release It!

Michael T. Nygard / Pragmatic Bookshelf / 2007-03-30 / USD 34.95

“Feature complete” is not the same as “production ready.” Whether it’s in Java, .NET, or Ruby on Rails, getting your application ready to ship is only half the battle. Did you design your system to......一起来看看 《Release It!》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具