2018年2月27日

iOS 模型转换-MJExtension

摘要: MJExtension是一套字典和模型之间互相转换的超轻量级框架 JSON --> Model、Core Data Model JSONString --> Model、Core Data Model Model、Core Data Model --> JSON JSON Array --> Mod 阅读全文

posted @ 2018-02-27 16:47 东方🐺 阅读(231) 评论(0) 推荐(0) 编辑

Objective-C Composite Objects

摘要: We can create subclass within a class cluster that defines a class that embeds within it an object. These class objects are composite objects. So you 阅读全文

posted @ 2018-02-27 15:41 东方🐺 阅读(224) 评论(0) 推荐(0) 编辑

iOS 检测网络状态

摘要: 引入三方库: ZLBNetworkReachablity.h ZLBNetworkReachablity.m 阅读全文

posted @ 2018-02-27 15:32 东方🐺 阅读(91) 评论(0) 推荐(0) 编辑

iOS 自定义读写文件

摘要: LSCacheFile.h LSCacheFile.m 阅读全文

posted @ 2018-02-27 14:19 东方🐺 阅读(372) 评论(0) 推荐(0) 编辑

NSArray 自定义封装

该文被密码保护。 阅读全文

posted @ 2018-02-27 11:26 东方🐺 阅读(6) 评论(0) 推荐(0) 编辑

Objective-C Data Encapsulation

摘要: All Objective-C programs are composed of the following two fundamental elements: Program statements (code): This is the part of a program that perform 阅读全文

posted @ 2018-02-27 10:44 东方🐺 阅读(261) 评论(0) 推荐(0) 编辑

导航