Results 3 comments of yinjn

楼主还是没解释清楚为什么代码统计的内存会变大,能在详细解释下吗?不胜感激

我也出现了同样的问题,设备是iPhone5s,操作做系统是11.1.1 运行微信朋友圈的那个样例,编辑时出现黑屏,模拟器无此类问题。

You can override methods ``` extension UIView { private enum ToastError: Error { case missingParameters } private func replaceToastViewForMessage(_ message: String?, title: String?, image: UIImage?, style: ToastStyle) throws -> UIView...