Console Output [ios 9 xcode 7]
2015-09-19 13:19:42.121 Wish'List[1710:60831] Logging only once for UICollectionViewFlowLayout cache mismatched frame
2015-09-19 13:19:42.122 Wish'List[1710:60831] UICollectionViewFlowLayout has cached frame mismatch for index path <NSIndexPath: 0xc000000000000016> {length = 2, path = 0 - 0} - cached value: {{33.284175409625227, 84.198445826909605}, {307.14784245047292, 502.39185839645393}}; expected value: {{35, 83.5}, {305, 500.25}}
2015-09-19 13:19:42.123 Wish'List[1710:60831] This is likely occurring because the flow layout subclass RGCardViewLayout is modifying attributes returned by UICollectionViewFlowLayout without copying them
how to fix this warning ?