摘要: 文章讲述如下问题: 1. 如何获取.ips文件 2.如何获取symbolicatecrash 3.解析前的准备工作 4.如何将.ips转为.crash文件 5.如何使用symbolicatecrash解析.crash文件 6.异常错误处理 1.如何获取.ips文件? 在 iOS 中,你可以通过几种方 阅读全文
posted @ 2024-05-17 16:55 ·农夫三拳· 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 在开发阶段,在app中切换网络环境避免了每次需要打包安装的烦恼,最近抽时间整理了下,在此做个记录。 先看效果图: 不废话,开始进入正题,展示代码: 1.配置环境 YJDomainModel *local1 = [YJDomainModel itemWithType:YJDomainTypeLocal 阅读全文
posted @ 2021-04-16 18:57 ·农夫三拳· 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 如下均为转载的链接: iOS应用架构谈 组件化方案 https://casatwy.com/iOS-Modulization.html IOS工程组件化 https://www.jianshu.com/p/b075c34e2349 IOS开发在一个XCODE页面建立多个工程 https://www. 阅读全文
posted @ 2021-04-09 16:39 ·农夫三拳· 阅读(46) 评论(0) 推荐(0) 编辑
摘要: pickerView滑动到指定row的方法为: [pickerView selectRow:targetIndex inComponent:targetComponent animated:YES]; 当出现无法滑动到指定行的时候,请检查targetIndex和targetComponent是否为目 阅读全文
posted @ 2020-12-18 11:53 ·农夫三拳· 阅读(519) 评论(0) 推荐(0) 编辑
摘要: if (@available(iOS 13, *)) { UITabBarAppearance *appearance = [self.tabBar.standardAppearance copy]; appearance.backgroundImage = [UIColor GC_imageWit 阅读全文
posted @ 2020-07-23 13:59 ·农夫三拳· 阅读(824) 评论(0) 推荐(0) 编辑
摘要: 直接上代码: 1. 声明属性 这里写了三个属性的例子。 2.使用runtime , 实现 set get方法,类属性与对象属性都差不多 3.测试使用: 4.打印测试结果: 阅读全文
posted @ 2020-07-17 17:17 ·农夫三拳· 阅读(667) 评论(1) 推荐(0) 编辑
摘要: 参考文章: https://www.jianshu.com/p/29b44e3b62ed 1 cd ~ 2 mv .itmstransporter/ .old_itmstransporter/ 备份原文件.itmstransporter/到.old_itmstransporter/ 3 rm -rf 阅读全文
posted @ 2020-06-02 11:42 ·农夫三拳· 阅读(1433) 评论(0) 推荐(0) 编辑
摘要: 转载 : https://www.jianshu.com/p/cd93442c6e99 阅读全文
posted @ 2020-06-02 11:32 ·农夫三拳· 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/kmyhy/article/details/81487049 阅读全文
posted @ 2020-06-02 11:29 ·农夫三拳· 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 转载地址:https://www.jianshu.com/p/e27d058cf78d 阅读全文
posted @ 2020-06-02 11:27 ·农夫三拳· 阅读(282) 评论(0) 推荐(0) 编辑