I have an app with storyboard. In one scene I have a tableview with statics cell content. Is possible to change the background selected color to another color out of the default options (blue and gray)?
I know If I can change cell background color in forRowAtIndexPath but in this case I haven't any datasource function from tableview. I'm sure that it is possible from IB or another function that I can modify...
Thanks in advance!