-
有如下Code:
`
NSMutableAttributedString *attributedText = [[NSMutableAttributedString alloc] initWithString:@"It's so huge that I split it into several independent components: YYModel — High performance …
devSC updated
8 years ago
-
Inspecting targets to integrate
Using `ARCHS` setting to build architectures of target `Pods`: (``)
Finding Podfile changes
A YYWebImage
Resolving dependencies of `Podfile`
[!] Unable to find a …
-
同时导入
```
pod 'YYWebImage', '~> 0.9.4'
pod 'YYCategories', '~> 0.9.0'
```
后无法编译,报错`duplicate symbol`的错,`UIApplication+YYAdd`和`YYWebImageManager`冲突
-
YY亲,可以把所有的YYKit中的所有方法都加上前缀:yy 吗? 否则冲突太严重了!
-
0.9.11版本的。clean,pod install ,pod update之后 依然报错
-
-
图片的Url和对应的UIImage不一致。
目前不确定是不是YYWebImage的问题,请帮忙提供一些思路。
涉及到的代码片段如下:
``` objective-c
[itemView yy_setImageWithURL:[NSURL URLWithString:imageUrl] placeholder:self.defaultImage];
```
``` swift
let manag…
yxztj updated
8 years ago
-
If there are a document for YYWebImage, i think it will be better.
ghost updated
8 years ago
-
![8ef3cadc-1dac-42c0-8eee-b5058965f8fd](https://cloud.githubusercontent.com/assets/5618443/11646020/7d9b0780-9d94-11e5-9932-c3dd66b92f56.png)
多编译几次或者clear一下才会成功,随机的概率,有什么好的解决办法么?
-
[button setImageWithURL:[NSURL URLWithString:mediaLink] forState:UIControlStateNormal placeholder:[[WeTheme instance] emptyComicSquare] options:YYWebImageOptionProgressive |YYWebImageOptionSetImageWi…