SettingCell
final class SettingCell : UITableViewCell
-
Declaration
Swift
static let identifier: String
-
Declaration
Swift
var tappedAfterSettingValue: ((SettingsRow) -> Void)?
-
Declaration
Swift
override init( style: UITableViewCell.CellStyle, reuseIdentifier: String? )
-
Declaration
Swift
required init?(coder: NSCoder)
-
Declaration
Swift
func dataBinding(_ settingsRow: SettingsRow)