Library for debugging views in SwiftUI environment. Implement easily in previews or app directly, using connectDebugger method on your view.
Compatible with iOS 15.0 and later
There are features like:
- Change from
LighttoDarkcolor cheme in one click - Change
font sizedynamically using simple slider - Switch between left-to-right and right-to-left
layout direction - Turn on
accessibilityto make sure everyone could use your app
- Add package dependency through Xcode using SPM
- Use
mainbranch for the latest features
- Use extension View
connectDebugger(isVisible: Binding<Bool> = .constant(true)method on your parent view to see the instrument on screen - Best to use inside #Preview canvas environment!
- SwiftUI iOS 15+
- iOS & iPadOS only (MacOS in progress)
For taking screenshots, app should hasNSPhotoLibraryAddUsageDescriptionpermission in plist file