Add optional tagline to onboarding welcome screen#32
Open
FelixLisczyk wants to merge 3 commits intolascic:mainfrom
Open
Add optional tagline to onboarding welcome screen#32FelixLisczyk wants to merge 3 commits intolascic:mainfrom
FelixLisczyk wants to merge 3 commits intolascic:mainfrom
Conversation
Adds a new optional `tagline: String?` property to `UIOnboardingViewConfiguration`. When set, a styled UILabel is inserted between the title stack and the features list in `UIOnboardingStack`. When nil, the layout is bit-for-bit identical to the previous behaviour. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Style the onboarding tagline with italic medium weight at 20pt, brand blue tint at 45% opacity, and increased top spacing (8→14pt) so it reads as a distinct subtitle tier between the title and feature list. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Updates all three demo apps (UIOnboarding Demo, UIOnboarding Demo SPM, UIOnboarding SwiftUI) to showcase the new optional tagline feature. Also syncs the embedded copy of UIOnboardingViewConfiguration and UIOnboardingStack in UIOnboarding Demo with the tagline support added to the library source. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tagline: String?andtaglineColor: UIColor?toUIOnboardingViewConfiguration, inserted between the title label stack and the features listtaglineisnil, the existing layout is preserved exactly (no visual regression).secondaryLabelcolor (or a customtaglineColor) with 14pt spacing below the title and the existing title-to-features spacing below the tagline"Know Every Rank"for the Insignia demo appUIOnboardingViewConfigurationandUIOnboardingStackin UIOnboarding Demo in sync with the library sourceTest plan
tagline(or passingnil) produces no visual change vs. the previous layoutScreenshots
🤖 Generated with Claude Code