Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 236 Bytes

File metadata and controls

15 lines (8 loc) · 236 Bytes

UIViewController-TrackLifeCycle

A simple swizzle to log "className methodName" whenever UIViewController calls:

loadView

viewDidLoad

viewDidAppear: (also logs the navigation stack)

viewWillDisappear:

viewDidDisappear:

dealloc