Search code examples
cocoamacosintrospection

Are there any tools than can inspect the class constructs hierarchy of the window or view?


I want to see the inner constructs of a special view on Mac, like the class name and hierarchy, etc.

On Windows, we can use the Spy app for this purpose. Is there any app that works similarly for use on the Mac ?


Solution

  • Yes, you're looking for F-Script. Have a look at the F-Script injection service on the downloads page.