WeChat icon indicating copy to clipboard operation
WeChat copied to clipboard

🔥 iOS 利用MVVM + RAC + ViewModel-Based Navigation来搭建微信(WeChat 7.0.0+)的整体基本架构,以及实现微信朋友圈、通讯录、下拉小程序、搜索等主要功能,代码规范惊为天人、注释详解令人发指、细节处理精益求精...

Results 26 WeChat issues
Sort by recently updated
recently updated
newest added

SGEasyButton这个库pod没有 ![image](https://user-images.githubusercontent.com/18342190/96835612-677eed00-1476-11eb-8b56-fd78361159ae.png) YYCache报错 ![image](https://user-images.githubusercontent.com/18342190/96835893-c7759380-1476-11eb-90d5-88133b7d10d6.png) 新手求指导~

![image](https://user-images.githubusercontent.com/14361443/99367377-d8d68200-28f4-11eb-990e-c9f4f572bf97.png)

原因YYAnimatedImageView不显示图片 在YYAnimatedImageView类里加入 + (void)load { // 获取系统的对象方法 Method displayLayerMethod = class_getInstanceMethod(self, @selector(displayLayer:)); // 获取自己定义的对象方法 Method displayLayerNewMethod = class_getInstanceMethod(self, @selector(displayLayerNew:)); // 方法交换 method_exchangeImplementations(displayLayerMethod, displayLayerNewMethod); } - (void)displayLayerNew:(CALayer *)layer { Ivar imgIvar...