There are lots of great ways to navigate and learn a new iOS codebase. Here’s a good one to remember. Set a breakpoint for:
-[UIViewController initWithNibName:bundle:]
with an action to print:
po $arg1
Jul 17, 2017
There are lots of great ways to navigate and learn a new iOS codebase. Here’s a good one to remember. Set a breakpoint for:
-[UIViewController initWithNibName:bundle:]
with an action to print:
po $arg1