I’m new on iOS, i’m working on an application which has some text fields. I want that when user click on text field for enter text the label(place holder) should not be removed.i would like my text fields as displayed in this image
Any suggestion or sample code will be appreciated.
Thanks.
UILabel and UITextField are two different classes. You need to build view with static UILabel (User Interaction: NO) and UITextField for entering user provided content. It’s easy job with Interface Builder.