i have a UITextfield
with background image(TextBox.png) in IBoutlet...every thing working fine but the problem is cursor blinking inside,cursor is not visible up to two characters,can any one help me to solve this
so i tried to solve this in the way that
i have added a image View with TextBox.png image and placed text field on the top of image view
but textfield going behind the image view (Place holder is not visible)...
can i add textfield
as subView
to imageView
in IBOutlet,i know how to add programatically
Can any one help me to solve this problem