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
Change the tintColor of the UITextField with a cursor
[mobileTextField setTintColor:[UIColor blueColor]];
if you are use the XIb please set the tin color of UITextField
Note :- This is working on IOS 7+