-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXC_BAD_ACCESS #9
Comments
Hello @esetnik, thanks for the report. I shall look into it, but cannot guarantee it is going to be soon... If you find a solution please feel free to submit a PR |
I also filed a radar with Apple. I think this is an iOS bug because I get a
|
@esetnik Hello! Is any update for this circumstance? Thanks for your help!! |
UICollectionViewLayoutAttributes* currentItemAttributes = [super layoutAttributesForItemAtIndexPath:indexPath]; delete copy fix this |
I get the same "loop" that leads to the EXC_BAD_ACCESS bug on iOS 9.3 but not on iOS 10+ If I comment out this overwritten method in UICollectionViewLeftAlignedLayout.m then it works on iOS 9 (layout is left aligned) but the layout is not left aligned on iOS 10.
Anyone found a way around this for iOS 9? |
Thanks GMCoder. Reproduce: IOS 9, |
I am getting a crash when using UICollectionViewLeftAlignedLayout on line 47. This only occurs if I set estimatedItemSize to use dynamic sizing.
NSArray *originalAttributes = [super layoutAttributesForElementsInRect:rect];
The text was updated successfully, but these errors were encountered: