You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]'
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: