240 发简信
IP属地:重庆
  • swift--Codable

    Codable常见用法 将json的弱类型和本身类的强类型之间相互转换 public typealias Codable = Decodable & Encodable 嵌套...

  • AFNetworking 提示"The resource could not be loaded because the App Transport Security policy requir...

    原因:iOS9以后,苹果把原http协议改成了https协议,所以不能直接在http协议下GET/POST 直接编辑工程文件下的Info.plist文件,加入以下代码 或者直...

  • estimatedRowHeight 预估高度设为0 自适应高度就不不行了

    iOS11 tableview刷新跳动问题

    TableView.estimatedRowHeight = 0; TableView.estimatedSectionHeaderHeight = 0; TableV...

  • dyld: Library not loaded: @rpath/libswiftCore.dylib

    dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /private/var/cont...