EventTitleCell
class EventTitleCell : UITableViewCell, UITextFieldDelegate
Undocumented
-
Undocumented
Declaration
Swift
static let identifier: String -
Undocumented
Declaration
Swift
private let textField: UITextField -
Undocumented
Declaration
Swift
private let wrapper: UIView -
Undocumented
Declaration
Swift
var event: Event? { get set } -
Undocumented
Declaration
Swift
var placeholder: String { get set } -
Undocumented
Declaration
Swift
override init(style: UITableViewCellStyle, reuseIdentifier: String?) -
Undocumented
Declaration
Swift
required init?(coder aDecoder: NSCoder) -
Undocumented
Declaration
Swift
func focus() -
Undocumented
Declaration
Swift
func loadView() -
Undocumented
Declaration
Swift
@objc func textFieldChanged()
-
Undocumented
Declaration
Swift
func textFieldShouldReturn(_ textField: UITextField) -> Bool
EventTitleCell Class Reference