Skip to content

Releases: rhodgkins/RDHCollectionViewGridLayout

v1.2.5

18 Sep 17:02
Compare
Choose a tag to compare
  • Bug fix: Content size is NSUIntegerMax when no items are in the collection view. Fixed by #8 thanks to @robmaceachern
  • Updated to Xcode 8
  • Added some more tests

tvOS support

24 Feb 23:15
Compare
Choose a tag to compare

Universal framework created

2.0.0

14 Sep 20:39
Compare
Choose a tag to compare

Swift 2.0 release

1.2.2

13 Jul 19:44
Compare
Choose a tag to compare

Carthage support added

v1.2.1

16 Mar 08:50
Compare
Choose a tag to compare
  • Fix for /0 reported in #3 due to no defaults when using with Interface Builder (thanks @ppaulojr!)

v1.2.0

21 Feb 21:11
Compare
Choose a tag to compare
  • Added new properties for line dimensions.
  • Re-written tests.

v1.1.3

19 Feb 07:41
Compare
Choose a tag to compare
  • Fixed issue with layout now being invalidated when the collection view bounds size changes.
  • Added IBInspectable to all properties, and added a private verticalScrolling property that can only be changed in Interface Builder as the scrollDirection property is an enum which does not show up.

v1.1.2

22 Jun 12:13
Compare
Choose a tag to compare

Tests now added to the project

v1.1.0

13 Feb 23:30
Compare
Choose a tag to compare

Checked that iOS 7 works.
Removed PST sub-spec - PSTCollectionView is not longer supported going forward (i.e., iOS 5.1)