StanfordSpezi / SpeziAccount

The Spezi Account module to enable login and signup functionality
https://swiftpackageindex.com/StanfordSpezi/SpeziAccount/documentation/
MIT License
5 stars 5 forks source link

Move some view components to SpeziViews #67

Open Supereg opened 2 months ago

Supereg commented 2 months ago

Problem

PR #62 introduced several view abstractions which might be beneficial for all Spezi frameworks. This includes the CaseIterablePicker view (based on the PickerValue type alias) and the FormHeader view for beautiful From/List headers,

Solution

Move these views to SpeziViews.

Additional context

No response

Code of Conduct