DropdownCell
final class DropdownCell : UITableViewCell
DropdownCell
-
optionLabel
Declaration
Swift
@IBOutlet var optionLabel: UILabel! -
selectedBackgroundColor
Declaration
Swift
var selectedBackgroundColor: UIColor? -
highlightTextColor
Declaration
Swift
var highlightTextColor: UIColor? -
normalTextColor
Declaration
Swift
var normalTextColor: UIColor?
View on GitHub
DropdownCell Class Reference