Closed darkhandz closed 6 years ago
ToastUtils,+ (void)show:(NSString *)message atTop:(BOOL)atTop showTime:(float)showTime
+ (void)show:(NSString *)message atTop:(BOOL)atTop showTime:(float)showTime
有时候toast被present出来的大图预览挡住了,建议挪一下到顶:
[[UIApplication sharedApplication].keyWindow bringSubviewToFront:toastView];
好的,我看下
ToastUtils,
+ (void)show:(NSString *)message atTop:(BOOL)atTop showTime:(float)showTime
有时候toast被present出来的大图预览挡住了,建议挪一下到顶:
[[UIApplication sharedApplication].keyWindow bringSubviewToFront:toastView];