فهرست منبع

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() {