Explorar el Código

Settings: Enable multi-line cell textLabel

Mike JS. Choi hace 7 años
padre
commit
b4f76c4063
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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() {