DeallocationChecker
DeallocationChecker copied to clipboard
Catch leaking view controllers without opening Instruments.
Results
2
DeallocationChecker issues
Sort by
recently updated
recently updated
newest added
To add more info to the callback setup method
Hi, just my 2 cents, because I don‘t want to manually add viewWillDisappear(_:) to all of my view controllers I swizzled the UIViewController method for the check: import UIKit private...