Tencent / MLeaksFinder

Find memory leaks in your iOS app at develop time.
Other
5.42k stars 935 forks source link

自定义转场动画cancel时弹内存泄露alert #92

Open happyxb opened 6 years ago

happyxb commented 6 years ago

// The completion handler, if provided, will be invoked after the dismissed controller's viewDidDisappear: callback is invoked. @available(iOS 5.0, *) open func dismiss(animated flag: Bool, completion: (() -> Swift.Void)? = nil)

侧边栏滑动关闭,滑动不到一半时松手,dismiss会cancel,但是MleaksFinder会报内存泄露,这个有解决方案吗

rgmyyw commented 4 years ago

有解决吗? 感觉是误报