SnapKit
R.swift
https://www.jianshu.com/p/68e12b966d86
iOS - RxSwift 项目实战记录
https://blog.csdn.net/mazy_ma/article/details/73129745
swift3.0遇到的那些坑之NSClassFromString
https://blog.csdn.net/hyc_springbrother/article/details/53008828#使用nsclassfromstring
Swift - String与NSString的区别,以及各自的使用场景
http://www.hangge.com/blog/cache/detail_798.html
函数的缺省参量
? = nil;
Swift - 关键字(typealias、associatedtype)
https://blog.csdn.net/agonie201218/article/details/53511731
Swift:AnyObject,Any和AnyClass
https://www.jianshu.com/p/59c1b27c68e1
swift协议及协议的使用
所有语言问题的本质都是信息的构建方式。
从0到1就是构建。
swift 协议的使用方法和场景
https://blog.csdn.net/u012903898/article/details/73801697
基本结构类型
类、结构、枚举;
结构类型的修改:
继承(复用),协议(实现),扩展(添加)
完全看不懂!!!?
在Swift语言中处理JSON - 转换JSON和Model
http://www.cocoachina.com/swift/20161010/17711.html
Swift中的Json对象和Json字符串
https://blog.csdn.net/chokshen/article/details/76034152
Swift 4新知:KVC和KVO新姿势
http://www.cocoachina.com/ios/20170712/19830.html
IOS swift 请大神讲解下 anyObject和NSObject
https://segmentfault.com/q/1010000005083454/a-1020000005083607
Swift 会是一门相当安全的语言:不会存在类型的疑惑
http://www.swiftmi.com/topic/297.html
infix operator <--
https://www.cnblogs.com/comsokey/p/Swift1.html
待解决问题:
HelpingMapper
HandyJSON
https://github.com/alibaba/HandyJSON/blob/master/README_cn.md#支持的属性类型
rxswift
现在要解决的问题:model作为事件源来传递信息;
RxDataSources
要解决两个问题:
1、网络请求模块的三次封装;
2、数据模块的通信机制
RxSwift 中监听对象属性改变的方式小结:rx_observe, PublishSubject 和 Variable
https://blog.csdn.net/zzdjk6/article/details/52264687
Value of type \'HMLoginModel\' has no member \'rxobserveWeakly\'
请发表评论