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

SpringBoard: cell dragging and re-ordering renovation #165

Open evadne opened 12 years ago

evadne commented 12 years ago

Quoting https://github.com/AlanQuatermain/AQGridView/issues/129:

I’m seeing artifacts related to drop animation using the wrong rect (cell index off by one) in some edge cases in SpringBoard and zapping the cells prematurely, triggering a recreation process; those issues will be resolved later.

AQGridView needs a canonical cell dragging demo and the SpringBoard demo does not work properly after the ARC conversion.