上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: m1安装cocoapods http://www.taodudu.cc/news/show-5551017.html?action=onClick pod search AFNetworking [!] Unable to find a pod with name, author, summary, 阅读全文
posted @ 2024-05-31 12:16 super1250 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Privacy - Camera Usage Description<string>App申请访问您的相机,用于进行拍摄,如禁止将无法拍照拍摄图片上传信息</string> NSCameraUsageDescription ="During the KYC process, we will need 阅读全文
posted @ 2024-05-31 12:15 super1250 阅读(11) 评论(0) 推荐(0) 编辑
摘要: Alamofire:优雅的网络请求框架。 Kingfisher:用于异步加载和缓存图像的框架。 SnapKit:用于编写Auto Layout约束的框架。 SwiftyJSON:简化JSON数据解析的框架。 Realm:轻量级数据库框架,用于本地数据存储。 ObjectMapper:将模型对象与JS 阅读全文
posted @ 2024-05-31 12:15 super1250 阅读(55) 评论(0) 推荐(0) 编辑
摘要: https://sysin.org/blog/macOS-Monterey/ 1、一台Mac电脑 2、一个U盘(容量不小于8GB) 3、最新的Mac系统安装文件(可在App Store下载) 步骤: 1、准备U盘:首先,将U盘插入Mac电脑的USB接口。请注意,插入U盘前确保其中没有重要数据,因为重 阅读全文
posted @ 2024-05-31 12:14 super1250 阅读(3789) 评论(0) 推荐(0) 编辑
摘要: 1.打开终端,执行cd Desktop/,cd进入到我们刚才保存的p12文件的保存位置(桌面) openssl pkcs12 -in kreditF_push.p12 -out kreditFpush.pem -nodes -clcerts pushDis为文件名 openssl pkcs12 -c 阅读全文
posted @ 2024-05-31 12:11 super1250 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 安装Homebrew 官网:https://brew.sh/ 1.输入命令等待安装 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 1.1 如果是国内源用这 阅读全文
posted @ 2024-05-28 14:31 super1250 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 《Flutter实战·第二版》https://book.flutterchina.club/ const Text( String this.data, { super.key, this.style, this.strutStyle, this.textAlign, this.textDirect 阅读全文
posted @ 2024-05-15 15:56 super1250 阅读(37) 评论(0) 推荐(0) 编辑
摘要: We noticed your app shares a similar binary, metadata, and/or concept as apps previously submitted by a terminated Apple Developer Program account. Su 阅读全文
posted @ 2023-10-26 14:17 super1250 阅读(841) 评论(0) 推荐(0) 编辑
摘要: - (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath { // 圆角角度 CGFloat radius 阅读全文
posted @ 2022-12-03 12:35 super1250 阅读(34) 评论(0) 推荐(0) 编辑
摘要: import UIKit import RxSwift import RxCocoa import YPSVG /// 关联的拖拽浮标的key fileprivate var DragBuoyKey = "DragBuoyKey" fileprivate var DelBuoyKey = "DelB 阅读全文
posted @ 2022-04-07 17:39 super1250 阅读(169) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 13 下一页