From 04ddbcae83893651a2ce1678e45205a593aa3c0f Mon Sep 17 00:00:00 2001 From: Christopher Denter Date: Sat, 28 Jan 2012 20:48:09 +0100 Subject: [PATCH] Fix centerGrid option to adhere to docs. It said it defaulted to YES, but it didn't. Defaults to YES now. --- GMGridView/GMGridView.m | 1 + 1 file changed, 1 insertion(+) diff --git a/GMGridView/GMGridView.m b/GMGridView/GMGridView.m index 4d14005..d568685 100644 --- a/GMGridView/GMGridView.m +++ b/GMGridView/GMGridView.m @@ -257,6 +257,7 @@ - (void)commonInit _sortFuturePosition = GMGV_INVALID_POSITION; _itemSize = CGSizeZero; + _centerGrid = YES; _lastScale = 1.0; _lastRotation = 0.0;