Cursor not displaying in UISearchBar for our app

Jason Hocker picture Jason Hocker · Oct 7, 2013 · Viewed 13.6k times · Source

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.

Answer

Jason Hocker picture Jason Hocker · Oct 7, 2013

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