-
1. [iOS && Mac OSX开源项目及库](https://github.com/Tim9Liu9/TimLiu-iOS)
2. [UICollectionView](https://github.com/jamztang/CSStickyHeaderFlowLayout)
3. [蓝牙](https://github.com/coolnameismy/BabyBluetooth)
4. …
-
![issue](https://user-images.githubusercontent.com/11835325/34510934-fa6b2990-f092-11e7-9430-93c503401fc3.png)
-
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_YYAnimatedImageView", referenced from:
objc-class-ref in YHBrowserImageView.o
ld: symbol(s) not found for architecture arm64
clang:…
-
Demo: https://github.com/Bynil/YYImageIssueDemo
I use YYAnimatedImageView + YYWebImage to show WebP pictures, then the CPU utilization is up to 150+% on my iPhone 7.
It's normal (50+% usage) whe…
bynil updated
7 years ago
-
Hey,
we detected a lots of crashes on iOS 10
-
使用一段时间后,对UIImageView或YYAnimatedImageView显示图片时,显示图片错乱,比如存在imageView1、imageView2、imageView3,正确时应该分别显示图片img1、img2和img3。但是却依次显示了图片img2、img3、image4(img4是另外一张图片)。检查了数据的url,确认数据的url无误,根据URL获取的图片却不是应该正确显示的图片。…
-
@ibireme
在使用YYWebImage框架的时候,发现非常耗流量,然后抓包,发现很多图片重复下载两次,甚至三次.
1. 在YYWebImageOperation中的connectionDidFinishLoading:方法设置断点,的确如此.
2. 在YYWebImageManager中的requestImageWithURL:方法上方添加代码:
NSOperationQueue *queu…
-
用cocoapods管理第三方库,Podfile文件如下:
```
# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
inhibit_all_warnings!
use_frameworks!
def share_pods
pod 'SnapKit…
-
用户头像需要调整大小和设置圆角,我用了这个方法
```
[self.userAvatar yy_setImageWithURL:[NSURL URLWithString:model.portrait]
placeholder:placeholder
options:YYW…
-
![WX20200325-111652](https://user-images.githubusercontent.com/6984865/77498692-3d872d00-6e8b-11ea-8830-bfd6e9f96c93.png)
看到很多人发了issue,但是作者都没有回复。我到了博客了解到作者生了病,希望大家多一点耐心,每个用过YYKit的开发者都能体会到这是一个好库,不…