forked from AlanQuatermain/AQGridView
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:AlanQuatermain/AQGridView
* 'master' of github.com:AlanQuatermain/AQGridView: add indexForCell Updated README. Now raises an exception in -endUpdates if the expected new item count doesn't match the data source's value. Fixed layout issues for grid bounds changes while looking at bottom of grid view. Fixed a bug where -[AQGridViewData copyWithZone:] wasn't copying left or right padding, causing layout issues after animated insertion/deletion. Handle the case where the dragged-to cell index isn't in the grid by snapping the drag target back to the last place in the grid. Return NSNotFound when asked for the index of a grid cell at a point outside the bounds of the grid. Fixed a bug in the license. FIX: gridView isn't scrollable when the number of items fits into its view area add selectionGlowShadowRadius property Conflicts: Classes/AQGridView.m
- Loading branch information
Showing
10 changed files
with
184 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.