Is there any way to add padding to a UITextField? I have seen similar questions, but the solutions didn't work for me. I am trying to force any text entered in the field to appear 44 pixels from the left. I have tried creating an empty view and setting it as the text field's leftView. After setting a background color for that leftView, I see that it appears but it doesn't force the cursor over.
Is this even possible in Swift? Thank you so much in advance!