I am creating a feedback form in an ios7 application and want to place few UITextFields
which contain hints in the respective UITextField
for name, phone number, email address, etc. I am using xcode 5 and ios7 for programming and creating application without use of storyboard.
The hint property is available in android for edit text field, but I am unable to find any such property in UITextField
in ios 7.