Fix encoding/decoding, start rewriting refresh to align cells.

This commit is contained in:
Gregory John Casamento 2021-02-18 19:25:07 -05:00
parent eaf0351b78
commit b5c6e92dda
2 changed files with 63 additions and 86 deletions

View file

@ -66,8 +66,8 @@ APPKIT_EXPORT const CGFloat NSGridViewSizeForContent;
NSMutableArray *_cells;
CGFloat _columnSpacing;
CGFloat _rowSpacing;
CGFloat _xPlacement;
CGFloat _yPlacement;
NSUInteger _xPlacement;
NSUInteger _yPlacement;
}
+ (instancetype) gridViewWithNumberOfColumns: (NSInteger)columnCount rows: (NSInteger)rowCount;