摘要: Sublime Text 全程指南Mac下Sublime Text 2使用心得查找/替换option+command+f 阅读全文
posted @ 2015-07-16 11:06 mobilefeng 阅读(171) 评论(0) 推荐(0) 编辑
摘要: Introduction to CocoaPods TutorialTop 10 Most Useful iOS Libraries to Know and Love 阅读全文
posted @ 2015-07-16 00:32 mobilefeng 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1. Command + N2. 选择 iOS - Source - Objective-C File3.File Type 选择 Category,Class 填基于的类名,File填扩展的名 阅读全文
posted @ 2015-07-14 08:59 mobilefeng 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 很赞的总结iOS Design Patterns中文版IOS设计模式之一(MVC模式,单例模式)IOS设计模式之二(门面模式,装饰器模式)IOS设计模式之三(适配器模式,观察者模式)IOS设计模式之四(备忘录模式,命令模式)源码https://github.com/mobilefeng/BlueLi... 阅读全文
posted @ 2015-07-07 21:49 mobilefeng 阅读(216) 评论(0) 推荐(0) 编辑
摘要: NSURLNSURLRequestNSURLSessionNSURLSessionTaskNSURLSessionDataTaskNSURLSessionUploadTaskNSURLSessionDownloadTask 阅读全文
posted @ 2015-07-07 21:34 mobilefeng 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 参考iOS 7 Best Practices; A Weather App Case Study: Part 1/2iOS 7 Best Practices; A Weather App Case Study: Part 2/2中文版iOS 7最佳实践:一个天气App案例(一)iOS 7最佳实践:一... 阅读全文
posted @ 2015-07-05 13:35 mobilefeng 阅读(1142) 评论(0) 推荐(0) 编辑
摘要: + (UIColor *)colorWithWhite:(CGFloat)white alpha:(CGFloat)alpha;white (灰度)The grayscale value of the color object, specified as a value from 0.0 to 1.... 阅读全文
posted @ 2015-07-04 22:06 mobilefeng 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 模仿书上或网上的例子,每次最开始就是在- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions 加:self.window = [[UIWi... 阅读全文
posted @ 2015-07-01 23:17 mobilefeng 阅读(488) 评论(0) 推荐(0) 编辑
摘要: class extensionObjective-C 2.0增加了class extensions用于解决两个问题:允许一个对象可以拥有一个私有的interface,且可由编译器验证。支持一个公有只读,私有可写的属性。extension更像是匿名的categoryclass categorycate... 阅读全文
posted @ 2015-06-28 21:14 mobilefeng 阅读(643) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-06-25 15:02 mobilefeng 阅读(4) 评论(0) 推荐(0) 编辑