-
我的初始化代码:
```
NSInteger fontsize = 14;
_titleMessageLabel = [YYLabel new];
_titleMessageLabel.size = CGSizeMake(180, 21);
_titleMessageLabel.font = [UIFont systemFontOfSize:fontsize];
…
-
-
项目中加入了WebP.framework ,但是webp图片还是无法显示,请问还需要其他什么操作呢?
-
```
[imageView yy_setImageWithURL:[NSURL URLWithString:photoImage.smallImage]
placeholder:[UIImage createImageWithColor:VSD_COLOR_FROM_HEX(0xfcfaf9, 1.0)]
…
-
您好,在引入YYKit中的部分库的时候,build报错比较特殊,跟其他网友的报错不一样。我的podfile文件如下:
platform :ios, "7.0"
pod 'AFNetworking', '~> 3.0.4'
pod 'WebViewJavascriptBridge'
pod 'RNCachingURLProtocol'
pod 'MJRefresh'
pod 'MBProgre…
-
集成的是YYtestView,发现和AGPhoto的手势冲突了,点开AGPhoto后,滑动和点击手势都不能用了