Open danieltwagner opened 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?
To reproduce set line 240 of ImageDemoViewController to
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?