MainField
class MainField : UITextField
-
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 makePlaceHolder(_ placeHolder: String)
-
Declaration
Swift
func makeShadow( color: UIColor = .black, radious: CGFloat = 5, opacity: Float = 0.1, offset: CGSize = CGSize(width: 1, height: 3) )