I have a UITextView that the user is going to complete. Something like this:
_ _ _ _ _ _ _ _ _
_ _ _ _ _
Those dashes are an image behind the textview. Each character has to be placed over each dash.
In the first line the user will be able to write only 9 characteres, then I'll add a breakline. In the second line there are only 5 characters, but I want to add margin or padding, so it looks like the drawing. And I need to use only one text view.
Any suggestion?
Thanks in advance.