RBCollectionViewInfoFolderLayout icon indicating copy to clipboard operation
RBCollectionViewInfoFolderLayout copied to clipboard

fixed bug with dimple height being incorrect

Open MaikoHermans opened this issue 8 years ago • 0 comments

when the interItemSpacingY is set to 0 the dimple was being drawn to high because of the following line viewRect.origin.y -= additionalHeight * 2; by checking if the height is smaller or equal to 10 the accurate height can be given to the dimple.

also when the interItemSpacingY was set to a - value the dimple wouldn't draw like supposed to. this is also fixed with the added code

MaikoHermans avatar Feb 25 '16 13:02 MaikoHermans