苹果在github的SwiftProtobuf地址:https://github.com/apple/swift-protobuf[https://github.com/ap...
苹果在github的SwiftProtobuf地址:https://github.com/apple/swift-protobuf[https://github.com/ap...
描述: 给tableView设置 headerView , headerView是通过xib懒加载的 , 高度为240 , viewDidLoad中设置 self.tabl...
最近遇到了个问题,在导入pod时,有的要求pod版本,但我的pod版本低 最后在终端执行了下面的指令,更新了pod sudo gem install cocoapods 成功...
解决办法:在class声明上方,增加@objcMembers,又可以愉快的使用YYModel啦~YYModel是一个在OC里面很多人在用的工具,在swift下有HandyJs...
更新一下: IOS14系统 cell不能直接设置圆角,只能设置cell.contentView的圆角!!! 通常用下面的代码为cell设置圆角,但是可能依然没有效果 换为下面...
话不多说直接进入正题 一、 iOS真机运行加载网络图片报错 Failed host lookup: 'gimg2.baidu.com' (OS Error: nodename...
错误现象 真机运行正常,打包报错如下:rsync error: some files could not be transferred (code 23) at /Apple...
Mac 更新系统(10.15.4)以后 cocopod 不好用了 ,连累 Flutter 项目也遇到问题。 运行 flutter docter,提示需要重新安装 cocopo...
总所周知,iOS 退出强制退出 APP 的方法有四种。网上都有大量的文章对此进行描述,再次就不一一列举了 exit(); abort(); assert(); 主动制造一个崩...