You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the attached screenshot which shows the error with the "Hello" headline on the WelcomeView. The TestFlight user has an iPhone XR (and the bug didn't appear on any other device). Please make sure that the headline label is shown correctly on all supported devices.
The text was updated successfully, but these errors were encountered:
Ah, yes, this is connected to the system Font size set by the user in the settings: Einstellungen -> Anzeige und Helligkeit -> Schriftgröße. Also for this problem, there‘s a solution in the new SwiftUI/Xcode version in which you can see how the UI behaves with the different settings.
This is also the reason why the font size for any text in the UI should not be set to a constant. Apple automatically scales the text up according to the user settings (and pretty sure on the iPad, too). @annalena94 we‘d need to go over this again at some point 🤗
See the attached screenshot which shows the error with the "Hello" headline on the
WelcomeView
. The TestFlight user has an iPhone XR (and the bug didn't appear on any other device). Please make sure that the headline label is shown correctly on all supported devices.The text was updated successfully, but these errors were encountered: