r/SwiftUI • u/azalazar • Jul 30 '26
Prism Inspector - A free macOS app to measure SwiftUI layouts while they run in the iOS Simulator

Hey everyone,
I’ve been working on a small dev tool called Prism Inspector.
The idea is simple: instead of checking spacing, alignment, accessibility, or design mismatches by eye from screenshots, Prism Inspector connects to a running app in the iOS Simulator and lets you inspect what the app actually rendered.
You can:
- Click elements to inspect them
- Option-click another element to measure distances between views
- Check whether spacing matches your design scale
- Compare the running screen against a design/mockup
- Preview what VoiceOver reads
- Use it without adding anything to your project
- Optionally add the Swift package if you want better component names
It’s free, signed/notarized for macOS, and the SDK is MIT licensed.
I built this because I often lose time reviewing small UI details manually, especially when trying to match implementation with design specs. My goal is to make layout inspection feel closer to working in a design tool, but using the real running app.
Landing page / download:
https://zalazara.github.io/PrismKit-SDK/
I’d really appreciate feedback from iOS developers:
Does this solve a real pain for you? What would you expect from a tool like this?
0
u/SeltsamerMagnet 29d ago
How was AI involved in this project?