We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
My current resolution is to subclass the TextField & override:
TextField
override public func leftViewRect(forBounds bounds: CGRect) -> CGRect { return .init(origin: .zero, size: .init(width: leftViewWidth, height: bounds.height)) }
Activity