Simply creating a UITextField in ios7 SDK but when I enter some input, text is shown UItextField but cursor isn\'t.
UITextField
ios7
SDK
UItextField
Same issue coming for me when I had using UITextField. The scenario is when ever tapped on textfield, immediately remove the same view.
So, this issue resolved when I have used [view endEditing:YES];
Hope this will help you.