摘要: 测试驱动开发(TDD)是极限编程的重要特点,它以不断的测试推动代码的开发,既简化了代码,又保证了软件质量。本文从开发人员使用的角度,介绍了 TDD 优势、原理、过程、原则、测试技术、Tips 等方面。2评论:李群(liqun@nsfocus.com)www.ihere.org背景一个高效的软件开发过... 阅读全文
posted @ 2015-08-06 16:01 孤光一点莹 阅读(208) 评论(0) 推荐(0) 编辑
摘要: @interface NSString (stringByDecodingURLFormat)- (NSString *)stringByDecodingURLFormat;- (NSString*)stringByURLEncodingStringParameter;@end@implementa... 阅读全文
posted @ 2015-08-06 14:12 孤光一点莹 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.cocoachina.com/ios/20150730/12830.htmlWWDC 2015上,除了Swift 2.0外,还有一个令人激动的消息:可以直接在Xcode 7上使用Clang的地址消毒剂(Address Sanitizer)了。这篇文章中我们将详细讨论下... 阅读全文
posted @ 2015-08-03 15:23 孤光一点莹 阅读(292) 评论(0) 推荐(0) 编辑
摘要: UIPanGestureRecognizer是UIGestureRecognizer类的一个扩展类,其扩展类有UITapGestureRecognizer,UIPinchGestureRecognizer,UIRotationGestureRecognizer,UISwipeGestureRecog... 阅读全文
posted @ 2015-08-03 14:08 孤光一点莹 阅读(506) 评论(0) 推荐(0) 编辑
摘要: 原文链接 :The official raywenderlich.com Objective-C style guide原文作者 :raywenderlich.com Team译文出自 :raywenderlich.com Objective-C编码规范译者 :Sam Lau由于我正在准备模仿饿了么... 阅读全文
posted @ 2015-08-02 20:20 孤光一点莹 阅读(171) 评论(0) 推荐(0) 编辑
摘要: Java代码 收藏代码#import "ViewController.h" #import @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { ... 阅读全文
posted @ 2015-08-02 19:46 孤光一点莹 阅读(201) 评论(0) 推荐(0) 编辑
摘要: iOS App上架AppStore 会遇到的坑前言:非原创 文章摘自:http://zhuanlan.zhihu.com/100000PM/20010725相信大家一定非常「深恶痛疾」AppStore的一系列产品上架规则。每次产品上架,一定要折腾很久,让人蛋疼。所以特此发起本期沙龙,为大家带来一些经... 阅读全文
posted @ 2015-08-02 11:33 孤光一点莹 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 本文转自:http://www.devzeng.com/blog/ios-two-version-app-setting-profile.htmliOS开发之同一应用设置不同图标和名称SEP 6TH, 2014经常在开发中遇到同一个App会有很多渠道版本,比如OTA内部测试版本,AppStore发布... 阅读全文
posted @ 2015-08-02 11:21 孤光一点莹 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html#//apple_ref/doc/uid/TP40006556-CH27-SW1... 阅读全文
posted @ 2015-08-01 21:03 孤光一点莹 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 转自http://m.blog.csdn.net/blog/humingtao2013/27662093automaticallyAdjustsScrollViewInsets(个人认为iOS7中略坑爹的属性)@当我们在一个UIViewController中同时创建2个tableView的时候,如果... 阅读全文
posted @ 2015-08-01 11:15 孤光一点莹 阅读(162) 评论(0) 推荐(0) 编辑