AlanQuatermain / AQGridView

A grid view for iPhone/iPad, designed to look similar to NSCollectionView.
http://quatermain.tumblr.com/
BSD 3-Clause "New" or "Revised" License
2.37k stars 450 forks source link

Setting SelectionStyleNone currently breaks rotation #120

Open danieltwagner opened 12 years ago

danieltwagner commented 12 years ago

To reproduce set line 240 of ImageDemoViewController to

plainCell.selectionStyle = AQGridViewCellSelectionStyleNone;

Then rotate from landscape to portrait orientation.

I have found a fix that seems to work just fine (making selectionStyleNone work int the same way as the default and not breaking rotation), but maybe there is a more proper way of doing this?