摘要:
http://www.csdn.net/article/2015-08-10/2825420/2http://blog.isming.me/2015/03/18/android-build-speed-up/ 阅读全文
阅读排行榜
CABasicAnimation animationWithKeyPath 的类型
2013-03-22 10:43 by 三戒1993, 88 阅读, 收藏,
摘要:
[CABasicAnimation animationWithKeyPath:@"position"];animationWithKeyPath后面的属性不能随便填,它必须是CALayer的某项属性,你下面写的代码才会对应的去执行改变该属性的效果。animationWithKeyPath的值:opa... 阅读全文
Android 博客大全
2012-10-15 12:25 by 三戒1993, 88 阅读, 收藏,
摘要:
不断更新中......http://www.laoguo.org/android/sdk/api/checkedtextview.htmlhttp://blog.csdn.net/mapdigit/article/details/7527746 android博客http://www.cnblogs... 阅读全文
使用weak property声明Outlet
2013-01-09 09:58 by 三戒1993, 87 阅读, 收藏,
摘要:
当我们使用 Interface Builder 生成Outlet对象的时候,一般都是作为 subview 来使用的。比如 UIViewController 的view。所以说Outlet的持有者就是superview对象,即有“父子”关系。由上一回iPhone开发之深入浅出 (4) — ARC之循环... 阅读全文
How to correctly set application badge value in iOS 8?
2014-09-05 17:38 by 三戒1993, 86 阅读, 收藏,
摘要:
o modify the badge under ios8 you have to ask for permissions let settings = UIUserNotificationSettings(forTypes: UIUserNotificationType.Badge, cat... 阅读全文