when i don't assign lines & column value ( as it is -1 ) it works but when i assign values Line = 2 & column = 4. it gets crashed in layout class line number 37.
UICollectionViewLayoutAttributes *attributes = [super layoutAttributesForItemAtIndexPath:fakeIndexPath]
and Crash Reason is
*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 4 beyond bounds [0 .. 2]'