瀏覽代碼

Settings: Enable multi-line cell textLabel

Mike JS. Choi 7 年之前
父節點
當前提交
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() {