Skip to content

Fix tab bar labels wrapping at large Dynamic Type sizes#679

Closed
bjorkert wants to merge 1 commit into
devfrom
fix/tab-bar-label-truncation
Closed

Fix tab bar labels wrapping at large Dynamic Type sizes#679
bjorkert wants to merge 1 commit into
devfrom
fix/tab-bar-label-truncation

Conversation

@bjorkert

Copy link
Copy Markdown
Member

At large accessibility text sizes the tab bar titles wrapped and truncated ("Re…", "Sno…") because both the title font and the SF Symbol icons scaled with Dynamic Type, leaving no room in the fixed-height tab bar.

This pins the title font (global UITabBar appearance) and the icons (fixed-size symbol images) to a constant size. Works regardless of which tabs the user has placed in the bar.

Pin the tab bar title font and icon to a fixed size so large
accessibility text settings no longer wrap or truncate the labels.
bjorkert added a commit that referenced this pull request Jul 8, 2026
# Conflicts:
#	LoopFollow/Application/AppDelegate.swift
#	LoopFollow/Application/MainTabView.swift
@bjorkert

bjorkert commented Jul 8, 2026

Copy link
Copy Markdown
Member Author

When testing, the tab font did not scale.

@bjorkert bjorkert closed this Jul 8, 2026
bjorkert added a commit that referenced this pull request Jul 10, 2026
…v-plus-prs"

This reverts commit 6c4d36a, reversing
changes made to 3afab01.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant