GenericCellConfiguration
public protocol GenericCellConfiguration
Represents the data displayed in the selection screens (like country, currency)
-
The title
Declaration
Swift
var title: String? { get }
-
The value
Declaration
Swift
var value: String? { get }
-
identifier
Extension methodThe cell identifier
Declaration
Swift
public var identifier: String { get }