Felix Lisczyk
Felix Lisczyk
Hi there! 👋 I've been using the Copilot Chat window in Xcode and noticed a few things that could make the experience even better: - When attaching files, I need...
This PR introduces a new `fontWeight` property to `UIOnboardingTextViewConfiguration`, allowing client apps to customize the font weight of the onboarding footer label (e.g., set it to `.semibold`). The property is...
This PR renames the `tint` property in `UIOnboardingTextViewConfiguration` to `linkColor` for clarity and adds a new `iconColor` property to allow configuration of the footer icon color. The deprecated `tint` property...
Fixes a critical bug where title labels (icon and "Welcome to" text) were rendering at approximately 1/4 screen size on iPad when using attributed strings without explicit font attributes. ##...