CatalystControlsGallery
CatalystControlsGallery copied to clipboard
Updates to UIViewRepresentable views
This PR:
- removes the redundant
Viewconformance - converts
varproperties toletto communicate the single-use immutable nature of representable struct instances - update views that use actions to clean up the action before re-adding it
- avoid re-creating the
UIViewon each update - for Binding-bound views, update the value of the view when the value changes to ensure custom binding behavior is preserved