RBCollectionViewInfoFolderLayout
RBCollectionViewInfoFolderLayout copied to clipboard
A UICollectionViewLayout that displays a folder of extra information below your items.
Sometime randamly the dimple is getting hide automatically.please suggestions me the reason.
Sometimes the Dimple is getting hidden
I'm trying to run the demo application, when I do this I get the following error RBCollectionViewInfoFolderLayout[19992:1154545] [/BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreUI_Sim/CoreUI-371.4/Bom/Storage/BOMStorage.c:507] stream invalid; root page is outside of address range 2016-02-12 19:16:47.198 RBCollectionViewInfoFolderLayout[19992:1154484]...
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...