EnrollField
class EnrollField : UITextField
-
Declaration
Swift
var tappedPushViewButton: (() -> Void)?
-
Declaration
Swift
var rightButtonHidden: Bool { get set }
-
Declaration
Swift
override init(frame: CGRect)
-
Declaration
Swift
required init?(coder: NSCoder)
-
Declaration
Swift
override func textRect( forBounds bounds: CGRect ) -> CGRect
-
Declaration
Swift
override func editingRect( forBounds bounds: CGRect ) -> CGRect
-
Declaration
Swift
func addLeftImage()
-
Declaration
Swift
func addRightPushViewControllerButton()
-
Declaration
Swift
func addRightCancelButton()
-
Declaration
Swift
@objc func rightButtonTapped(_ sender: UIButton)
-
Declaration
Swift
func makePlaceHolder(_ placeHolder: String)
-
Declaration
Swift
func makeShadow( color: UIColor = .black, radious: CGFloat = 5, opacity: Float = 0.1, offset: CGSize = CGSize(width: 1, height: 3) )