fastred / DeallocationChecker

Catch leaking view controllers without opening Instruments.
http://holko.pl/2017/06/26/checking-uiviewcontroller-deallocation/
MIT License
798 stars 29 forks source link

Move rootParentViewController to DEBUG scope #1

Closed nixzhu closed 6 years ago

fastred commented 6 years ago

Thanks. I stopped using #if DEBUG check because it doesn't work for Carthage (see #12), so I won't be including this change.