I have a UITextField
which basically take 4 digit NSInteger
. Now I want to bring the "Pass code" look into it. What I mean is there will be a certain space between each digit. Something like the below picture.
I know I can put space at the font & back side of my UITextField
, but I want a certain distance in between my each input character. Is it possible in iOS? If yes than any kind of suggestion of guide line will be highly appreciated.
Thanks a lot in advance.