Skip to content

Make UINavigationItem's subtitle obsolete for iOS 26 to fix fluent build with Xcode 26#2178

Merged
laminesm merged 1 commit intomainfrom
laminemale/make-subtitle-obsolete
Jun 12, 2025
Merged

Make UINavigationItem's subtitle obsolete for iOS 26 to fix fluent build with Xcode 26#2178
laminesm merged 1 commit intomainfrom
laminemale/make-subtitle-obsolete

Conversation

@laminesm
Copy link
Copy Markdown
Contributor

@laminesm laminesm commented Jun 12, 2025

Platforms Impacted

  • iOS
  • visionOS
  • macOS

Description of changes

There is a new subtitle added to the UINavigationItem on iOS 26 https://developer.apple.com/documentation/uikit/uinavigationitem/subtitle. This conflicts with the existing fluent subtitle so let's make that obsolete for iOS 26.0 to fix build break with Xcode 26 beta.

Verification

Builds fine on Xcode 26 beta. Subtitle shows up on iOS 26 with the system subtitle.

Image 6-11-25 at 7 17 PM

Pull request checklist

This PR has considered:

  • Light and Dark appearances
  • iOS supported versions (all major versions greater than or equal current target deployment version)
  • VoiceOver and Keyboard Accessibility
  • Internationalization and Right to Left layouts
  • Different resolutions (1x, 2x, 3x)
  • Size classes and window sizes (iPhone vs iPad, notched devices, multitasking, different window sizes, etc)
  • iPad Pointer interaction
  • SwiftUI consumption (validation or new demo scenarios needed)
  • Objective-C exposure (provide it only if needed)
Microsoft Reviewers: Open in CodeFlow

@laminesm laminesm requested a review from a team as a code owner June 12, 2025 00:32
@laminesm laminesm merged commit 2195ec1 into main Jun 12, 2025
7 checks passed
@laminesm laminesm deleted the laminemale/make-subtitle-obsolete branch June 12, 2025 02:22
@mischreiber mischreiber mentioned this pull request Jun 13, 2025
12 tasks
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.

2 participants