Browse Source

Settings: Enable multi-line cell textLabel

Mike JS. Choi 7 years ago
parent
commit
b4f76c4063
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Sources/VLCSettingsTableViewCell.swift

+ 1 - 0
Sources/VLCSettingsTableViewCell.swift

@@ -46,6 +46,7 @@ class VLCSettingsTableViewCell: UITableViewCell {
 
      @objc func configure(specifier: IASKSpecifier, settingsValue: Any?) {
         textLabel?.text = specifier.title()
+        textLabel?.numberOfLines = 0
         detailTextLabel?.text = specifier.subtitle()
 
         switch specifier.type() {