上一页 1 2 3 4 5 6 7 ··· 17 下一页
摘要: https://gitcode.com/xiaoleiiOS/XLScrollView/overview tableview实现下列方法,tableview和scrollview 能同时识别手势 /** 同时识别多个手势 @param gestureRecognizer gestureRecogni 阅读全文
posted @ 2024-06-13 12:05 黄增松 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/3249b5731b50 阅读全文
posted @ 2024-06-13 12:01 黄增松 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 崩溃之前的代码 NSMutableDictionary *item = [NSMutableDictionary dictionaryWithDictionary:guaranteedModeDict]; NSMutableDictionary *modelDict = item[MODEL]; [ 阅读全文
posted @ 2024-06-12 14:57 黄增松 阅读(5) 评论(0) 推荐(0) 编辑
摘要: typealias ActionBlock = ((UIButton)->Void) extension UIButton { private struct AssociatedKeys { static var ActionBlock = "ActionBlock" static var Acti 阅读全文
posted @ 2024-06-04 09:06 黄增松 阅读(9) 评论(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 黄增松 阅读(14) 评论(0) 推荐(0) 编辑
摘要: iOS15:比较简单了(苹果为啥到了iOS15才想起来按钮还需要这个功能呢)。Button新增UIButton.Configuration用来配置 if #available(iOS 15.0, *) { var config = UIButton.Configuration.plain() /// 阅读全文
posted @ 2024-05-29 09:18 黄增松 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 转自: https://blog.csdn.net/zgrcoder/article/details/136145055 示例,老项目 compileSdk 30 buildToolsVersion '30.0.2' minSdkVersion 21 targetSdkVersion 30 ndkV 阅读全文
posted @ 2024-05-29 09:15 黄增松 阅读(1208) 评论(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 黄增松 阅读(10) 评论(0) 推荐(0) 编辑
摘要: minSdkVersion 字面意思,应用能支持的最低SDK版本。也就是应用可以运行的最低要求,为的是尽量覆盖最多的人群。如何合理的设置这个值,可以查看目前不同版本的android设备的市场占有率。查看地址:https://developer.android.google.cn/about/dash 阅读全文
posted @ 2024-05-29 09:07 黄增松 阅读(59) 评论(0) 推荐(0) 编辑
摘要: RxGesture 使用 pod 'RxSwift' pod 'RxGesture' 导入头文件 import RxSwift import RxGesture 创建垃圾袋自动管理内存 private let disposeBag = DisposeBag() 调用方式(视图点击的地方加tap) s 阅读全文
posted @ 2024-05-27 17:21 黄增松 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 17 下一页