EditHomePageView
final class EditHomePageView : UIView
extension EditHomePageView: UITextFieldDelegate
-
Declaration
Swift
var afterChagnedURL: ((String) -> Void)?
-
Declaration
Swift
override init(frame: CGRect)
-
Declaration
Swift
required init?(coder: NSCoder)
-
Declaration
Swift
override func layoutSubviews()
-
Declaration
Swift
func dataBinding(_ homePage: String)
-
Declaration
Swift
func textFieldDidChangeSelection(_ textField: UITextField)