We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e9167 commit 04a2860Copy full SHA for 04a2860
WooCommerce/Classes/ViewRelated/ReusableViews/TitleAndEditableValueTableViewCell.swift
@@ -6,6 +6,7 @@ final class TitleAndEditableValueTableViewCell: UITableViewCell {
6
7
override func awakeFromNib() {
8
super.awakeFromNib()
9
+ configureBackground()
10
configureAsNonSelectable()
11
styleTitle()
12
styleValue()
@@ -14,6 +15,10 @@ final class TitleAndEditableValueTableViewCell: UITableViewCell {
14
15
16
17
private extension TitleAndEditableValueTableViewCell {
18
+ func configureBackground() {
19
+ applyDefaultBackgroundStyle()
20
+ }
21
+
22
func configureAsNonSelectable() {
23
selectionStyle = .none
24
}
0 commit comments