摘要: 解决办法: 1.对setViewControllers:animated:进行方法交换 SEL originalSelector1 = @selector(setViewControllers:animated:); SEL swizzledSelector1 = @selector(fd_setV 阅读全文
posted @ 2023-10-13 14:25 HEJJY 阅读(20) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/8c362a6dcc0e 阅读全文
posted @ 2023-09-28 17:19 HEJJY 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/0a7dec0c1bdd 阅读全文
posted @ 2023-05-31 08:14 HEJJY 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/suger-4/p/11992120.html 阅读全文
posted @ 2022-11-18 09:51 HEJJY 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/6c3e54843453 阅读全文
posted @ 2022-11-08 11:55 HEJJY 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 1.项目地址 https://github.com/CoderLR/YSDrawer 2.效果图 阅读全文
posted @ 2022-10-21 17:44 HEJJY 阅读(117) 评论(0) 推荐(0) 编辑
摘要: // MARK: - 动画类型 enum XJTransitionAnimationType: Int { case normal // 默认 // MARK: - 系统动画 // 淡入淡出 case fade // Push case pushFromRight case pushFromLeft 阅读全文
posted @ 2022-10-21 17:43 HEJJY 阅读(94) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/e122f2d01b5a https://blog.csdn.net/qq_27909209/article/details/116658495 阅读全文
posted @ 2022-07-14 15:59 HEJJY 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 错误 信息:Undefined symbols for architecture arm64: "_OBJC_CLASS_$_MBProgressHUD", referenced from: objc-class-ref in ConfigNetViewController.o objc-class 阅读全文
posted @ 2022-07-14 10:43 HEJJY 阅读(638) 评论(0) 推荐(0) 编辑
摘要: pod install报错 RuntimeError - [Xcodeproj] Unknown object version. 这是因为本地的 Xcode 版本和 CocoaPods 的版本不匹配,需要更新 CocoaPods 解决方案 更新cocoapods gem install cocoap 阅读全文
posted @ 2022-07-08 15:50 HEJJY 阅读(255) 评论(0) 推荐(0) 编辑