StanfordSpezi / SpeziViews

A common set of SwiftUI views and related functionality used in Spezi modules
https://swiftpackageindex.com/StanfordSpezi/SpeziViews/documentation/
MIT License
4 stars 3 forks source link

iPadOS Support & Large Screen Improvements #13

Closed PSchmiedmayer closed 7 months ago

PSchmiedmayer commented 1 year 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

Supereg commented 7 months ago

29 Added added support to test SpeziViews on iPad. Current views already take the iPad into account (e.g., ListRow). I would consider this issue to be addressed for SpeziViews as of right now. What do you think @PSchmiedmayer?

PSchmiedmayer commented 7 months ago

Agree; sounds good to me 👍