longitachi / ZLPhotoBrowser

Wechat-like image picker. Support select photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能;
MIT License
4.79k stars 971 forks source link

有时候toast被present出来的大图预览挡住 #220

Closed darkhandz closed 6 years ago

darkhandz commented 6 years ago

ToastUtils,+ (void)show:(NSString *)message atTop:(BOOL)atTop showTime:(float)showTime

有时候toast被present出来的大图预览挡住了,建议挪一下到顶:

[[UIApplication sharedApplication].keyWindow bringSubviewToFront:toastView];

longitachi commented 6 years ago

好的,我看下