Reputation: 2887
I am trying to quickly learn a new code-base (android-based) and a great way of doing that in iOS is using xcode's view debugger.
I do not know where to place break-points right now as there are way too many classes. Thanks!
Upvotes: 0
Views: 619
Reputation: 161
Not 100% identical but you can use Layout inspector https://developer.android.com/studio/debug/layout-inspector
Upvotes: 1