Simply creating a UITextField
in ios7
SDK
but when I enter some input, text is shown UItextField
but cursor isn't.
Any clue about what can be the problem?
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+