摘要:
tableView 的 tableHeaderView 高度不正确的问题: 阅读全文
随笔档案-2019年04月
自定义 Alamofire 的 response serializer
2019-04-10 16:03 by l4y, 869 阅读, 收藏, 编辑
摘要:
Alamofire 的 DataRequest 类针对二进制数据、字符串、json、属性列表提供了一系列方便解析的方法(内部实际上使用的是 Response Serializer),现在我们要针对服务端返回的数据格式定义我们自己的 Response Serializer。 假设服务器返回的数据格式是 阅读全文