maxedison
maxedison

Reputation: 17553

Is there a tool for analyzing the view hierarchy on the iOS simulator?

Looking for something like the webkit dev tools for analyzing web pages. Ideally it would show the view hierarchy textually, and moving your mouse over one of the views in that hierarchy would cause the actual view on the screen to become highlighted.

Upvotes: 3

Views: 522

Answers (1)

Mattias Wadman
Mattias Wadman

Reputation: 11425

Haven't used it myself yet but DCIntrospect looks quite nice. It lists "Print a views hierarchy to console" as one of its features.

Upvotes: 1

Related Questions