All notable changes to this project will be documented in this file.
- Fixes a caching issue on iOS9 by deep copying
[super layoutAttributesForElementsInRect:rect]
. Thanks @fwaddle
- Uses flow layout
minimumInteritemSpacingForSectionAtIndex
from delegate if available. Thanks @danblakemore
- Fixes issues where variable cell heights on 3x res screen pile up on top of each other
- Small style tweaks
- Intitial version!