摘要:
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
黄增松
阅读(3484)
评论(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)

浙公网安备 33010602011771号