blackbeltlabs / TextAnnotation

Swift text annotation component for macOS.
MIT License
5 stars 2 forks source link

Add TextContainerView_Preview to simplify debugging and adding changes #22

Closed ulian-onua closed 3 years ago

ulian-onua commented 3 years ago

@memstel the title of this PR describes it. We already used SwiftUI previews in Zappy for some programmatic views and it helped with debugging. I think the same way will work here.

image