Moya ObjectMapper:Moya和RxSwift的ObjectMapper绑定 源码
Moya-ObjectMapper 绑定JSON序列化。 也包括绑定。 安装 可可豆 pod 'Moya-ObjectMapper' 如果要在RxSwift上使用绑定,则为子规格。 pod 'Moya-ObjectMapper/RxSwift' 如果要在ReactiveSwift上使用绑定,则为子规格。 pod 'Moya-ObjectMapper/ReactiveSwift' 用法 创建一个实现Mappable协议的Class或Struct 。 import Foundation import ObjectMapper // MARK: Initializer and Properties struct Repository : Mappable { var identifier: Int ! var language: String ? var url: Str
文件列表
Moya-ObjectMapper-master.zip
(预估有个35文件)
Moya-ObjectMapper-master
.gitignore
672B
Sample
Demo.xcodeproj
project.xcworkspace
contents.xcworkspacedata
149B
project.pbxproj
42KB
Demo-RxSwift
ViewController.swift
3KB
Info.plist
1KB
暂无评论