Skip to content

Commit 1e291e8

Browse files
committed
Update controls example.
1 parent 743eeff commit 1e291e8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

LimaTest/ControlsViewController.swift

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,13 @@ class ControlsViewController: UITableViewController {
108108
)
109109
]),
110110

111-
Section(headerView: UITableViewHeaderFooterView(text: "Range/Progress"), cells: [
111+
Section(headerView: LMTableViewHeaderFooterView(
112+
LMRowView(
113+
UILabel(text: "Custom Header", textColor: .gray, font: .preferredFont(forTextStyle: .headline)),
114+
LMSpacer(),
115+
UIImageView(image: UIImage(systemName: "questionmark.circle"), contentMode: .center, tintColor: .gray)
116+
)
117+
), cells: [
112118
LMTableViewCell(
113119
LMRowView(
114120
LMSpacer(),

0 commit comments

Comments
 (0)