I need a UITextField to look like this as per the client’s request
https://i.stack.imgur.com/mLh4Q.png
I’ve used a normal UITextField and even tried a cornerRadius to get it look the same but mine looks like this:
https://i.stack.imgur.com/ZVDrP.png
One noticeable difference between the two is that in the standard UITextField there is a slight blackish line that acts as a shadow at the top part of the horizontal border of the button. How do i get rid of that?
Thanks for your time and help!
I’m fairly certain you must use a background image.
Here is a related post.
Custom UITextField