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

Crash while dragging and/or scrolling #191

Closed whynoceros closed 11 years ago

whynoceros commented 11 years ago

I have implemented a simple instance of AQGridView, which displays one column of custom cells. Whenever I attempt to scroll up or down, I get a crash and the only "usable" info in the crash is (full screenshot below):

-[UIScrollView(UIScrollViewInternal) _scrollViewWillBeginDragging] + 171

Screen Shot 2013-03-07 at 1 29 57 PM

Irfanputitout commented 8 years ago

Any help regarding this issue ? I am facing same crash.