Hi
I need text alignment for TextField, So I think you can add this method to your library:
open func addTextField(_ identifier: String, placeHolder: String, keyboardType: UIKeyboardType, font: UIFont, padding: CGFloat, isSecured: Bool, textAlignment: NSTextAlignment) { ... textField.textAlignment = textAlignment ... }
Hi
I need text alignment for TextField, So I think you can add this method to your library:
open func addTextField(_ identifier: String, placeHolder: String, keyboardType: UIKeyboardType, font: UIFont, padding: CGFloat, isSecured: Bool, textAlignment: NSTextAlignment) { ... textField.textAlignment = textAlignment ... }