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 448 forks source link

Do not rely on custom edge inset properties; move to edgeInsets #164

Open evadne opened 12 years ago

evadne commented 12 years ago

AQGridView inherits UIScrollView but does not fully utilize edgeInsets, and in some cases setting top and bottom insets would cause layout issues.

Reference:

mtitolo commented 11 years ago

+1