Skip to content

Commit d371361

Browse files
committed
Fixed compability.
1 parent ffce3af commit d371361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SPDiffable/Table/Cells/SPDiffableTextFieldTitleTableViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ open class SPDiffableTextFieldTitleTableViewCell: UITableViewCell {
4444
}
4545

4646
private func commonInit() {
47-
if #available(iOS 13.0, *) {
47+
if #available(iOS 13.0, tvOS 13.0, *) {
4848
textLabel?.textColor = .secondaryLabel
4949
}
5050
textField.backgroundColor = .clear

0 commit comments

Comments
 (0)