会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
qingzZ
博客园
首页
博问
闪存
新随笔
订阅
管理
上一页
1
2
3
4
5
6
···
39
下一页
2024年5月31日
OC使用swift类 关键字 @objcMembers
摘要: 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)
编辑
2024年5月30日
Cocoapods安装 - brew
摘要: https://www.jianshu.com/p/b55b63e60e63
阅读全文
posted @ 2024-05-30 16:13 懂事长qingzZ
阅读(10)
评论(0)
推荐(0)
编辑
flutter 国内下载网址
摘要: intel 选择x64, m1 等选择 arm64 https://docs.flutter.cn/release/archive?tab=macos
阅读全文
posted @ 2024-05-30 13:42 懂事长qingzZ
阅读(35)
评论(0)
推荐(0)
编辑
2024年4月12日
swift 整数不显示小数点,小数点最多显示后两位
摘要: ///字符串转双精度后去除小数点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)
编辑
2024年3月25日
xcode 导出的ipa 查看 支持的uuid
摘要: 点击空格预览 然后复制出来对应的uuid
阅读全文
posted @ 2024-03-25 18:57 懂事长qingzZ
阅读(35)
评论(0)
推荐(0)
编辑
2024年3月13日
多个xcode更换默认xcode 运行项目
摘要:
阅读全文
posted @ 2024-03-13 17:22 懂事长qingzZ
阅读(1)
评论(0)
推荐(0)
编辑
2024年1月27日
OC 倒计时圆环
摘要: @interface SHMaasPTOnlineCarMatchmakingCircleCountdownView : UIView @property (nonatomic, assign) NSInteger countdownDuration; // 倒计时总秒数 @property (no
阅读全文
posted @ 2024-01-27 20:34 懂事长qingzZ
阅读(52)
评论(0)
推荐(0)
编辑
2023年12月29日
Xcode真机调试之unable to install
摘要: 当连接真机运行,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)
编辑
swift icloud 存储文件
摘要: import UIKit ///文件下载 class VehicleDownloadFilemanager: NSObject, UIDocumentPickerDelegate { /// 创建单例对象 static let share = VehicleDownloadFilemanager()
阅读全文
posted @ 2023-12-29 13:48 懂事长qingzZ
阅读(69)
评论(0)
推荐(0)
编辑
2023年12月19日
pod 安装或更新 显示进度
摘要: 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
下一页