上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页
摘要: https://www.jianshu.com/p/3249b5731b50 阅读全文
posted @ 2024-06-13 12:01 黄增松 阅读(13) 评论(0) 推荐(0)
摘要: 崩溃之前的代码 NSMutableDictionary *item = [NSMutableDictionary dictionaryWithDictionary:guaranteedModeDict]; NSMutableDictionary *modelDict = item[MODEL]; [ 阅读全文
posted @ 2024-06-12 14:57 黄增松 阅读(58) 评论(0) 推荐(0)
摘要: typealias ActionBlock = ((UIButton)->Void) extension UIButton { private struct AssociatedKeys { static var ActionBlock = "ActionBlock" static var Acti 阅读全文
posted @ 2024-06-04 09:06 黄增松 阅读(55) 评论(0) 推荐(0)
摘要: 显示地图 https://lbsyun.baidu.com/faq/api?title=iossdk/guide/create-map/showmap 地图内显示标注小气泡 https://lbsyun.baidu.com/faq/api?title=iossdk/guide/interaction 阅读全文
posted @ 2024-05-31 14:19 黄增松 阅读(63) 评论(0) 推荐(0)
摘要: iOS15:比较简单了(苹果为啥到了iOS15才想起来按钮还需要这个功能呢)。Button新增UIButton.Configuration用来配置 if #available(iOS 15.0, *) { var config = UIButton.Configuration.plain() /// 阅读全文
posted @ 2024-05-29 09:18 黄增松 阅读(322) 评论(0) 推荐(0)
摘要: 转自: https://blog.csdn.net/zgrcoder/article/details/136145055 示例,老项目 (minSdkVersion 21-targetSdkVersion 30 Android 5.0 - Android 11) compileSdk 30 buil 阅读全文
posted @ 2024-05-29 09:16 黄增松 阅读(3483) 评论(0) 推荐(0)
摘要: 转自: https://blog.csdn.net/weixin_42504805/article/details/134252117 Gradle Plugin Version 4.2.2 Gradle Version 6.7.1 或者 Gradle Plugin Version 8.4.0 Gr 阅读全文
posted @ 2024-05-29 09:11 黄增松 阅读(67) 评论(0) 推荐(0)
摘要: minSdkVersion 字面意思,应用能支持的最低SDK版本。也就是应用可以运行的最低要求,为的是尽量覆盖最多的人群。如何合理的设置这个值,可以查看目前不同版本的android设备的市场占有率。查看地址:https://developer.android.google.cn/about/dash 阅读全文
posted @ 2024-05-29 09:07 黄增松 阅读(498) 评论(0) 推荐(0)
摘要: RxGesture 使用 pod 'RxSwift' pod 'RxGesture' 导入头文件 import RxSwift import RxGesture 创建垃圾袋自动管理内存 private let disposeBag = DisposeBag() 调用方式(视图点击的地方加tap) s 阅读全文
posted @ 2024-05-27 17:21 黄增松 阅读(23) 评论(0) 推荐(0)
摘要: 1.关于本机 - 版本信息 - 版本号 连点7次 - 开发者模式打开 2.设置 - 其他设置 - 开发者选项 - usb调试打开 3.然后 插拔手机线 选中传输文件 阅读全文
posted @ 2024-05-22 12:27 黄增松 阅读(18) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页