Skip to content

Commit

Permalink
Update demo page cell style (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
laminesm committed Nov 23, 2022
1 parent f4e3435 commit 16d1da2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/FluentUI.Demo/FluentUI.Demo/DemoListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ class DemoListViewController: DemoTableViewController {
let demo = DemoControllerSection.allCases[indexPath.section].rows[indexPath.row]
cell.setup(title: demo.title, accessoryType: .disclosureIndicator)
cell.titleNumberOfLinesForLargerDynamicType = 2
cell.backgroundStyleType = .grouped

return cell
}

Expand Down

0 comments on commit 16d1da2

Please sign in to comment.