-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
- В
TextField
иTextView
свойствоtextBox
сделать публичным - В
TextBox
свойствоstate
сделать публичным - Добавить делегат (или KVO) для возможности отслеживания изменения свойства
TextBox.state
Примерно такой протокол:
public protocol TextBoxDelegate: class {
func willChangeState(newValue: TextInputState, animated: Bool)
func didChangeState(newValue: TextInputState, animated: Bool)
}
Metadata
Metadata
Assignees
Labels
No labels