2015年7月6日

iOS Animation 主流炫酷动画框架(特效)收集整理

摘要: 参见地址:https://github.com/sxyx2008/DevArticles/issues/91 阅读全文

posted @ 2015-07-06 10:23 彪biao 阅读(478) 评论(0) 推荐(0)

代理demo

摘要: 1- .h#import typedef enum { HMStatusDetailTopToolbarButtonTypeRetweeted, HMStatusDetailTopToolbarButtonTypeComment,} HMStatusDetailTopToolbarBut... 阅读全文

posted @ 2015-07-06 10:01 彪biao 阅读(184) 评论(0) 推荐(0)

block学习(一)

摘要: 1.定义block的两种方式: -直接定义: //@property (nonatomic,copy) void (^callBack)(NSInteger index,id info); -type定义,重用 typedef void (^callBack)(NSInteger i... 阅读全文

posted @ 2015-07-06 09:46 彪biao 阅读(137) 评论(0) 推荐(0)

导航