Cursor visibility issue in ios7
问题 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? 回答1: 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+ 回答2: As @Deepesh said, it's a matter of choosing the proper tint color. However it was not enough in my case since I am creating the