上一页 1 2 3 4 5 6 7 8 9 ··· 40 下一页
摘要: @property (nonatomic, strong) NSTimer *timer; /**< 定时器 */ @property (strong, nonatomic) CAGradientLayer *gradientLayer; /**< 渐变层 */ [self.layer insert 阅读全文
posted @ 2023-09-23 14:43 懂事长qingzZ 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.jianshu.com/p/27b928f887cb Swift H5唤起支付宝支付和微信支付 https://www.jianshu.com/p/cc958be6dbc9 IOS唤起H5微信或支付宝收银台 https://blog.csdn.net/maoer952 阅读全文
posted @ 2023-09-23 13:16 懂事长qingzZ 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 参考: https://zhuanlan.zhihu.com/p/635239815?utm_id=0 阅读全文
posted @ 2023-09-23 12:03 懂事长qingzZ 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.jianshu.com/p/098357528799 阅读全文
posted @ 2023-09-23 11:57 懂事长qingzZ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); https://blog.csdn.net/qq_40319342/article/details/124243794 阅读全文
posted @ 2023-09-23 11:10 懂事长qingzZ 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 参考: iOS组件化开发从开始到完整总结 https://blog.csdn.net/tfy_2425482491/article/details/101029316 [iOS] 组件化之一:MGJRouter的简单实用 https://blog.csdn.net/sz_vcp2007/articl 阅读全文
posted @ 2023-09-22 12:25 懂事长qingzZ 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 1.同分区第一行cell 和最后一行cell 会切圆角,10, 改不了半径 UITableViewStyleInsetGrouped if (@available(iOS 13.0, *)) { _tableView = [[UITableView alloc] initWithFrame:CGRe 阅读全文
posted @ 2023-09-21 15:57 懂事长qingzZ 阅读(763) 评论(0) 推荐(0) 编辑
摘要: 设置高度 ,上下一样效果 make.height.equalTo(@46); make.height.mas_equalTo(46); 阅读全文
posted @ 2023-09-21 14:00 懂事长qingzZ 阅读(8) 评论(0) 推荐(0) 编辑
摘要: QLPreviewController来预览文件 https://www.cnblogs.com/jiangshiyong/p/2821357.html 如何读取iOS共享目录的文件 https://blog.csdn.net/yu_tian_jian/article/details/7627007 阅读全文
posted @ 2023-09-08 19:58 懂事长qingzZ 阅读(81) 评论(0) 推荐(0) 编辑
摘要: let time = TimeInterval(asset.duration.seconds) if (time.isNaN || time.isInfinite){ print("无效文件 time.recordDuration.isNaN || time.recordDuration.isInf 阅读全文
posted @ 2023-09-04 16:21 懂事长qingzZ 阅读(105) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 40 下一页