Changing UITableViewCell Selection Color in Storyboards with IBInspectable

January 13, 2016 | Swift, Table Views, UIKit, iOS

Recently I needed to change the cell selection color of a UITableViewCell. This can be done in a few lines of code using the "selectedBackgroundView" property on UITableViewCell. But since the ultimate goal is simply to change the selection color, it would be nice to have an attribute in storyboard . . .