上一页 1 2 3 4 5 6 ··· 39 下一页
摘要: swift @objcMembers class MyClass: NSObject { public var myProperty: String = "Hello" public func myMethod() { print("Method called") } } 在这个例子中,MyClas 阅读全文
posted @ 2024-05-31 08:42 懂事长qingzZ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/b55b63e60e63 阅读全文
posted @ 2024-05-30 16:13 懂事长qingzZ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: intel 选择x64, m1 等选择 arm64 https://docs.flutter.cn/release/archive?tab=macos 阅读全文
posted @ 2024-05-30 13:42 懂事长qingzZ 阅读(35) 评论(0) 推荐(0) 编辑
摘要: ///字符串转双精度后去除小数点00 static func convertStringToString(_ str: String) -> String? { if let doubleValue = Double(str) { let numberFormatter = NumberFormat 阅读全文
posted @ 2024-04-12 11:56 懂事长qingzZ 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 点击空格预览 然后复制出来对应的uuid 阅读全文
posted @ 2024-03-25 18:57 懂事长qingzZ 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-03-13 17:22 懂事长qingzZ 阅读(1) 评论(0) 推荐(0) 编辑
摘要: @interface SHMaasPTOnlineCarMatchmakingCircleCountdownView : UIView @property (nonatomic, assign) NSInteger countdownDuration; // 倒计时总秒数 @property (no 阅读全文
posted @ 2024-01-27 20:34 懂事长qingzZ 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 当连接真机运行,xcode出现unable to launch xxx,此时我们可以点击detail来查看详情。 Details Unable to install "XXX" Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402653103 阅读全文
posted @ 2023-12-29 15:51 懂事长qingzZ 阅读(426) 评论(0) 推荐(0) 编辑
摘要: import UIKit ///文件下载 class VehicleDownloadFilemanager: NSObject, UIDocumentPickerDelegate { /// 创建单例对象 static let share = VehicleDownloadFilemanager() 阅读全文
posted @ 2023-12-29 13:48 懂事长qingzZ 阅读(69) 评论(0) 推荐(0) 编辑
摘要: pod install --verbose --no-repo-update pod update --verbose --no-repo-update 或者使用简短选项 : pod repo update -v 阅读全文
posted @ 2023-12-19 16:27 懂事长qingzZ 阅读(83) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 39 下一页