Skip to content

Commit

Permalink
Fixed more layout animation issues, including some reload problems --…
Browse files Browse the repository at this point in the history
… credit to Chris Eidhof for the latter.

Fixed a memory leak in AQGridViewAnimatorItem.
The Springboard project now works properly.
  • Loading branch information
Jim Dovey committed Jul 9, 2010
1 parent 9a68813 commit 672a56d
Show file tree
Hide file tree
Showing 7 changed files with 514 additions and 149 deletions.
4 changes: 2 additions & 2 deletions Classes/AQGridView.h
Expand Up @@ -101,7 +101,7 @@ extern NSString * const AQGridViewSelectionDidChangeNotification;
NSMutableDictionary * _reusableGridCells;

NSSet * _animatingCells;
NSRange _revealingIndices;
NSIndexSet * _animatingIndices;

NSMutableIndexSet * _highlightedIndices;
UIView * _touchedContentView; // weak reference
Expand Down Expand Up @@ -149,7 +149,7 @@ extern NSString * const AQGridViewSelectionDidChangeNotification;

unsigned dataSourceGridCellSize:1;

unsigned __RESERVED__:3;
unsigned __RESERVED__:1;
} _flags;
}

Expand Down

0 comments on commit 672a56d

Please sign in to comment.