https://github.com/YouXianMing
摘要: [文章原地址]http://mobile.tutsplus.com/tutorials/iphone/ios-quick-tip-from-novice-to-expert/翻译有误之处请勿见笑,本人将在文章的部分地方添加注释,并根据需求增减文章内容,在此对原作者辛勤劳作表示感谢iOS Quick Tip: From Novice to ExpertBart Jacobson Jul 29th 2013 with5 commentsEven though it’s possible to learn the essentials of iOS Development in a weekend, 阅读全文
posted @ 2014-03-28 22:00 YouXianMing 阅读(648) 评论(1) 推荐(2) 编辑
摘要: [文章原地址]http://funwithobjc.tumblr.com/个人翻译,难免会有错误,请各位看官海涵,翻译在末尾本人将在文章的部分地方添加注释,并根据需求增减文章内容,在此对原作者辛勤劳作表示感谢How to learn CocoaThis is something any experienced Cocoa developer has been asked at least half a dozen times:"What’s the best way to learn Objective-C/Cocoa?"I have two answers to this 阅读全文
posted @ 2014-03-28 21:49 YouXianMing 阅读(597) 评论(1) 推荐(0) 编辑
摘要: 开发过程中用不到一元一次方程吗?非也,iOS开发中经常会遇到根据某个ScrollView动态偏移量的值来实时设置一个View的透明度,你敢说你不用一元一次方程你能搞定?想把一个动画效果做好,经常会遇到实时设置的问题,本人遇到过多次,总结出经验,提供方法来专门计算一元一次方程的K值以及b值,方便开发.BinaryLinearEquation.h + BinaryLinearEquation.m 提供内联函数以及类方法// Copyright (c) 2014年 Y.X. All rights reserved.//#import NS_INLINE CGFloat calculateSlope. 阅读全文
posted @ 2014-03-28 09:50 YouXianMing 阅读(2165) 评论(0) 推荐(0) 编辑