2014年8月13日

色值转换

摘要: +(UIColor *)colorWithRGB:(int)color alpha:(float)alpha{ return [UIColor colorWithRed:((Byte)(color >> 16))/255.0 green:((Byte)(color >> 8))/255.0 blu... 阅读全文

posted @ 2014-08-13 11:29 三十一 阅读(312) 评论(0) 推荐(0) 编辑

纯代码实现实现各种效果的圆角按钮。

摘要: #import @interface APRoundedButton : UIButton@property (nonatomic, assign) int style;@end//// Created by Alberto Pasca on 27/02/14.// Copyright (c) ... 阅读全文

posted @ 2014-08-13 10:58 三十一 阅读(714) 评论(0) 推荐(0) 编辑

32款动效设计示例收集

摘要: http://www.cocoachina.com/macdev/uiue/2014/0811/9352.html 阅读全文

posted @ 2014-08-13 10:36 三十一 阅读(183) 评论(0) 推荐(0) 编辑

导航