Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cursor not displaying in UISearchBar for our app

For the UISearchBars in our app, there's no cursor shown in the bar with focus when running under iOS 7. How do we make that show?

We are using the SDK 7, with a minimum target of 6. We do have the translucency off for the navigation bars, and set the color at runtime. I can't think of anything else we are doing differently.

like image 651
Jason Hocker Avatar asked Oct 07 '13 18:10

Jason Hocker


1 Answers

Our problem was that the tint color was set to white, so I didn't see it.

like image 116
Jason Hocker Avatar answered Oct 02 '22 19:10

Jason Hocker