kolinkrewinkel / KKGridView

Deprecated: Grid view library for iOS.
https://github.com/kolinkrewinkel/KKGridView
Other
821 stars 151 forks source link

Equivalent of UITableView selectionStyle #160

Open mariosangiorgio opened 11 years ago

mariosangiorgio commented 11 years ago

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.