StanfordSpezi / SpeziOnboarding

Spezi Onboarding module to inform a user or retrieve consent for a study participation
https://swiftpackageindex.com/StanfordSpezi/SpeziOnboarding/documentation/
MIT License
11 stars 5 forks source link

iPadOS Support & Large Screen Improvements #18

Open PSchmiedmayer opened 10 months ago

PSchmiedmayer commented 10 months ago

Problem

The current UI elements in the Spezi module mainly apply to iPhone screen sizes. As we want to support larger screen sizes like the iPad, we must ensure that the UI controls look good on a large screen and include this in the automated testing flow.

Solution

Add support for larger screen sizes, e.g., following the Apple Designing for iPadOS guidelines and WWDC 2022 - What's new in iPad app design.

Additional context

Please use this issue as a discussion point about how to improve the UI for iPadOS.

Code of Conduct