InnerTextField

public final class InnerTextField : UITextField
extension InnerTextField: InputField

Class for UITextField with some extra features, it uses inside custom textFields in the project

Properties

  • if set to true, the textfield’s default behavior applies: In inSecureTextEntry mode the text will be reset after trying to continue typing

    Declaration

    Swift

    public var resetSecureInput: Bool
  • Undocumented

    Declaration

    Swift

    public var textPadding: UIEdgeInsets
  • Undocumented

    Declaration

    Swift

    public var placeholderPadding: UIEdgeInsets

UIView

  • Undocumented

    Declaration

    Swift

    override public init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    required public init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    override public func awakeFromNib()

UITextField

  • Undocumented

    Declaration

    Swift

    override public func canPerformAction(_ action: Selector, withSender sender: Any?) -> Bool
  • Undocumented

    Declaration

    Swift

    override public func textRect(forBounds bounds: CGRect) -> CGRect
  • Undocumented

    Declaration

    Swift

    override public func editingRect(forBounds bounds: CGRect) -> CGRect
  • Undocumented

    Declaration

    Swift

    override public func placeholderRect(forBounds bounds: CGRect) -> CGRect
  • Undocumented

    Declaration

    Swift

    override public var isSecureTextEntry: Bool { get set }
  • Undocumented

    Declaration

    Swift

    override public func becomeFirstResponder() -> Bool

Public Methods

  • Undocumented

    Declaration

    Swift

    public func fixCursorPosition()
  • Declaration

    Swift

    public var inputText: String? { get }