I have a collection view with a custom layout. iOS 8 is working fine, but in iOS 7 the cells are ignoring the width/height they're assigned by the layout and just keep the size they got from the xib.
My layout is setting layout attributes with the correct size, but the cells are ignoring it. Weirdly, the origin is being respected.
I'm using Xcode 6.0.1, the XIBs are built for iOS 7, and I am using autolayout in the cells.