Tencent / QMUI_iOS

QMUI iOS——致力于提高项目 UI 开发效率的解决方案
http://qmuiteam.com/ios
Other
7.08k stars 1.38k forks source link

修复QMUIToastView设置Frame时可能会循环调用的问题 #1212

Open jiasongs opened 3 years ago

jiasongs commented 3 years ago

见此issue:https://github.com/Tencent/QMUI_iOS/issues/1186 1、此PR是通过设置约束来实现的,我看QMUI里基本没有约束相关的代码,可能不符合QMUI的设计思路。 2、实现方式也可以采用hook QMUIToastView.superview的layoutSubviews的形式,通过+ (nullable NSArray <QMUIToastView *> *)allToastInView:(UIView *)view方法来拿到toastViews,设置Frame

tencent-adm commented 3 years ago

CLA assistant check
All committers have signed the CLA.