Swift 一些问题
2019-11-28 本文已影响0人
小锤子_
1.使用XIB创建的View,当作tableView 的表头的时候,当创建XIB的时候使用View 的时候表头view大小不能设置,使用Empty 的时候view大小可以设置
- Alamofire post 请求 当后台要求 JSON 样式的时候,,不同于OC中的AFNETWorking自动处理了 ,Alamofire 需要 encoding:JSONEncoding.default
- 替换HTML 中的一些代码
let some = "alt=\"\""
let somenew = "alt=\"file\" style=\"max-width:100%;margin-right: 5px;\""
htmlStr.replacingOccurrences(of:some, with: somenew)