Просмотр исходного кода

Settings: Enable multi-line cell textLabel

Mike JS. Choi 7 лет назад
Родитель
Сommit
b4f76c4063
1 измененных файлов с 1 добавлено и 0 удалено
  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() {