From 85b5588ca1a466cc2341981d83f33d569ca42579 Mon Sep 17 00:00:00 2001 From: noeyiz Date: Tue, 16 Apr 2024 15:40:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20SettingItemCell=20chevron=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=ED=84=B0=EC=B9=98=20=EC=95=88=20=EB=90=98=EB=8A=94?= =?UTF-8?q?=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iBox/Sources/Settings/SettingsItemCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/iBox/Sources/Settings/SettingsItemCell.swift b/iBox/Sources/Settings/SettingsItemCell.swift index 0499b84..f3a239c 100644 --- a/iBox/Sources/Settings/SettingsItemCell.swift +++ b/iBox/Sources/Settings/SettingsItemCell.swift @@ -34,6 +34,7 @@ class SettingsItemCell: UITableViewCell { $0.configuration?.image = UIImage(systemName: "chevron.right") $0.configuration?.preferredSymbolConfigurationForImage = .init(pointSize: 10, weight: .bold) $0.tintColor = .systemGray3 + $0.isUserInteractionEnabled = false } // MARK: - Initializer