Skip to content

fix: show value for simple tiles on iOS#201

Open
mmng-a wants to merge 1 commit into
yako-dev:masterfrom
mmng-a:fix/show-value-for-ios-simple-tile
Open

fix: show value for simple tiles on iOS#201
mmng-a wants to merge 1 commit into
yako-dev:masterfrom
mmng-a:fix/show-value-for-ios-simple-tile

Conversation

@mmng-a
Copy link
Copy Markdown

@mmng-a mmng-a commented May 2, 2026

Connection with issue(s)

No related issue.

Testing and Review Notes

This PR updates the iOS implementation so that SettingsTile.value is displayed for simple tiles as well as navigation tiles.

The README documents value as being displayed for simple and navigation tiles, and the Android implementation already displays the value for simple tiles. Before this change, iOS only displayed value for navigation tiles.

Review steps:

  1. Add a simple SettingsTile with a value.
SettingsTile(
  title: const Text('Version'),
  value: const Text('1.0.0'),
)
  1. Run the example app on iOS.
  2. Confirm that the value is displayed on the right side of the tile.
  3. Confirm that navigation tiles still display their value as before.
  4. Confirm that switch tiles are not affected.

Screenshots or Videos

Please focus on the "Phone number" row.

Before, the value was not displayed on iOS simple tiles. After this change, the value is displayed on the right side of the row.

Before After
Simulator Screenshot - iPhone 17 Pro - 2026-05-02 at 11 37 53 Simulator Screenshot - iPhone 17 Pro - 2026-05-02 at 11 34 55

To Do

  • [] double check the original issue to confirm it is fully satisfied
  • add testing notes and screenshots in PR description to help guide reviewers
  • request the “UX” team perform a design review (if/when applicable)

@mmng-a mmng-a mentioned this pull request May 2, 2026
3 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.

1 participant