IP属地:北京
给globalkey增加一个扩展 extension GlobalKeyExtension on GlobalKey { Rect? get ...
问题:Xcode13新建项目不显示Products目录 解决方法:修改product.pbxproj文件productRefGroup配置信息即...
Xcode 升级到Version 11.4 (11E146)版本后,部分不支持模拟器的SDK在编译时报错: Building for UIKit...
一、什么是库? 库是共享程序代码的方式,一般分为静态库和动态库。 二、静态库和动态库的区别? 静态库:链接时完整地拷贝至可执行文件中,被多次使用...
git clean -d -fx "未被追踪的文件"
iOS Quart2D绘图之UIGraphicsGetCurrentContext基础。 iOS Quart2D绘图之UIGraphicsBeg...
ERROR: SSL verification error at depth 1: unable to get local issuer cer...
Your account already has a signing certificate for this machine but it i...
1.获取本地版本信息 2.获取App Store版本信息 3.新旧版本对比 代码: 请求的基类中获取App Store版本信息: + (void...