Skip to content

Glassify Bottom Commanding Controller#2208

Merged
JaquelineGomez merged 5 commits intomicrosoft:mainfrom
joannaquu:joannaqu/bottom-commanding-glass
Sep 29, 2025
Merged

Glassify Bottom Commanding Controller#2208
JaquelineGomez merged 5 commits intomicrosoft:mainfrom
joannaquu:joannaqu/bottom-commanding-glass

Conversation

@joannaquu
Copy link
Copy Markdown
Contributor

@joannaquu joannaquu commented Sep 18, 2025

Platforms Impacted

  • iOS
  • visionOS
  • macOS

Description of changes

Glassify BottomCommandingController. We already glassified it when it was a sheet, update it for when it's a bottom bar as well. On iOS 26, use UIGlassEffect. On lower OSs, use UIBlurEffect for a fake glass look.

  • New BottomCommandingControllerStyle that's just an alias
  • Apply background color to UIGlassEffect only
    • No way to tint UIBlurEffect
  • Use new UICornerConfiguration on iOS 26
    • Manually update CALayer on lower OSs

Verification

Visual Verification
Primary UIBlurEffect UIGlassEffect
bar bar 18 bar 26
commanding sheet commanding sheet 18 commanding sheet 26
sheet sheet 18 sheet 26
commanding sheet token commanding sheet token 18 commanding sheet token 26
bar token bar token 18 bar token 26
sheet token sheet token 18 sheet token 26

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

@joannaquu joannaquu requested a review from a team as a code owner September 18, 2025 00:24
@JaquelineGomez JaquelineGomez merged commit 9ed20bc into microsoft:main Sep 29, 2025
7 checks passed
@joannaquu joannaquu deleted the joannaqu/bottom-commanding-glass branch October 10, 2025 21:48
@joannaquu joannaquu mentioned this pull request Oct 23, 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