Reveal-Plugin-for-Xcode automatically performs UI analysis with Reveal, xcodeplugin
: Https://github.com/shjborage/Reveal-Plugin-for-Xcode
Remember how we used the Reveal UI analysis tool to view the UI structure in real time? If you forget it, you can refer to this article for Reveal: simple use of Reveal UI analysis tools
Procedure: add the Reveal. framework file to the project and reference libz. tbd of the system framework. then configure-ObjC to run the file;
However, the use of plug-ins is more worry-free and requires no need for the above operations. When the development team uses Git or SVN for Source Code Manage, do not add files or modify project configuration information for the above operations. (Recommended)
Usage:
(1) Inspect with Reveal: "Check Reveal directly", you can use the shortcut key "control + command + P". Click it to run the App first, and then associate Reveal to view the UI structure in real time.
(2) Attach to Reveal: Attach to Reveal. You can use the shortcut key "control + command +;". The App is running, you can choose to attach this operation to Reveal to view the UI structure in real time.
PS: When Inspect with Reveal mode is used, if the simulator cannot run within 5 seconds, an error window will pop up. However, when the App is running, Attach to Reveal is used.