Merged
Conversation
…om/microsoft/fluentui-apple into laminemale/add-swiftui-pill-button
mischreiber
reviewed
Aug 6, 2025
Sources/FluentUI_iOS/Components/Pill Button Bar/SwiftUI/PillButtonView.swift
Outdated
Show resolved
Hide resolved
joannaquu
reviewed
Aug 18, 2025
joannaquu
reviewed
Aug 18, 2025
Sources/FluentUI_iOS/Components/Pill Button Bar/SwiftUI/PillButtonViewStyle.swift
Outdated
Show resolved
Hide resolved
joannaquu
approved these changes
Aug 18, 2025
joannaquu
reviewed
Aug 18, 2025
Sources/FluentUI_iOS/Components/Pill Button Bar/SwiftUI/PillButtonViewStyle.swift
Show resolved
Hide resolved
joannaquu
reviewed
Aug 18, 2025
joannaquu
approved these changes
Aug 19, 2025
12 tasks
jonathanwangg
pushed a commit
that referenced
this pull request
Sep 16, 2025
* implement pill button * Add more configuration on the pill button style * Add icon token values * Add new values to the tokenset * Some cleanup * Some updates * Use environment fluent theme in demo * Cleanup demo and add large content viewer * Some cleanup * implement pill button * Add more configuration on the pill button style * Add icon token values * Add new values to the tokenset * Some cleanup * Some updates * Use environment fluent theme in demo * Cleanup demo and add large content viewer * Some cleanup * Had leading image to the view model * Remove unnecessary demo pills * Remove unnecessary ViewBuilder * Clean up comments * Address comments * No need to remove trait * Move label styling to PillButtonViewStyle * Only keep pill button style * Fix documentation * More documentation * Update UIKit pill button unread dot position * Rename style to FluentPillButtonStyle * Rename file
jonathanwangg
added a commit
that referenced
this pull request
Sep 16, 2025
* implement pill button * Add more configuration on the pill button style * Add icon token values * Add new values to the tokenset * Some cleanup * Some updates * Use environment fluent theme in demo * Cleanup demo and add large content viewer * Some cleanup * implement pill button * Add more configuration on the pill button style * Add icon token values * Add new values to the tokenset * Some cleanup * Some updates * Use environment fluent theme in demo * Cleanup demo and add large content viewer * Some cleanup * Had leading image to the view model * Remove unnecessary demo pills * Remove unnecessary ViewBuilder * Clean up comments * Address comments * No need to remove trait * Move label styling to PillButtonViewStyle * Only keep pill button style * Fix documentation * More documentation * Update UIKit pill button unread dot position * Rename style to FluentPillButtonStyle * Rename file Co-authored-by: Lamine Male <106181067+laminesm@users.noreply.github.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.
Platforms Impacted
Description of changes
This PR implements a new SwiftUI
PillButtonView.PillButtonViewuses the existingPillButtonTokenSetand adds the necessary tokens for the leading icon and the unread dot offset values.PillButtonViewStylewhich is used to configure the button based on its style and tokens.PillButtonViewis initialized with aPillButtonViewModelwhich is the observable class used to track the unread dot and leading image states.Binary change
TBD
Verification
Visual Verification
iPhone
Vision Pro
Pull request checklist
This PR has considered:
Microsoft Reviewers: Open in CodeFlow