240 发简信
IP属地:广东
  • 请问层主解决这个CPU的了吗?? 我也请教一下!

    创建自定义UICollectionView layout

    在创建自定义的layout之前,你需要知道UICollectionViewFlowLayout提供的很多特性已经 经过优化以满足多种常用的layout。除非是如下情况,否则不...

  • iOS "The sandbox is not in sync with the Podfile.lock"解决方案

    一般出现在更新Cocoapod之后或者你项目上传在第三方托管平台并且用了Cocoapod来管理第三方库时,别人下载你代码会出现的报错: diff: /../Podfile.l...

  • 奔溃调试之image

    image: 常用来寻找栈地址对应代码位置: 举个栗子: 应用场景(数组越界)模拟代码: NSArray *array = @[@"yang",@"she",@"bing"]...

  • Swift中自定义log

    func XJLog(message:T,file : String = #file, funName : String = #function, lineNum : Int...