EditPhoneView
final class EditPhoneView : UIView
extension EditPhoneView: UITextFieldDelegate
-
Declaration
Swift
var afterChangedPhone: ((String) -> Void)? -
Declaration
Swift
override init(frame: CGRect) -
Declaration
Swift
required init?(coder: NSCoder) -
Declaration
Swift
override func layoutSubviews() -
Declaration
Swift
func dataBinding(_ phone: String) -
Declaration
Swift
func textFieldDidChangeSelection(_ textField: UITextField)
EditPhoneView Class Reference