Xcode 5.0, iOS 7 and updating an existing app. UITableView
selected row is now gray, not blue.
From what I've read they changed the default selectionStyle
to gray. But "Blue" is still an option in IB and UITableViewCellSelectionStyleBlue
still exists. Checking out the new HIG, it doesn't look like they removed the blue and the "Settings" app still using blue cell selection.
I've tried setting the value in IB and in code, but no luck. Any ideas on what I need to do to get the blue selection style back?
question from:https://stackoverflow.com/questions/18794080/ios7-uitableviewcell-selectionstyle-wont-go-back-to-blue