KKGridView
KKGridView copied to clipboard
Equivalent of UITableView selectionStyle
I am using KKGrid view and when I select an item the cell becomes blue. How can I prevent it to happen?
I am looking for something equivalent to the selectionStyle
property of UITableView
.
As a workaround I set cell.highlightAlpha = 0
but it looks a little dirty to me.