Skip to content

Commit 04a2860

Browse files
committed
Set background of cells in new tracking view
1 parent 11e9167 commit 04a2860

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

WooCommerce/Classes/ViewRelated/ReusableViews/TitleAndEditableValueTableViewCell.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ final class TitleAndEditableValueTableViewCell: UITableViewCell {
66

77
override func awakeFromNib() {
88
super.awakeFromNib()
9+
configureBackground()
910
configureAsNonSelectable()
1011
styleTitle()
1112
styleValue()
@@ -14,6 +15,10 @@ final class TitleAndEditableValueTableViewCell: UITableViewCell {
1415

1516

1617
private extension TitleAndEditableValueTableViewCell {
18+
func configureBackground() {
19+
applyDefaultBackgroundStyle()
20+
}
21+
1722
func configureAsNonSelectable() {
1823
selectionStyle = .none
1924
}

0 commit comments

Comments
 (0)