We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello;
My code is:
return [collectionView ar_sizeForCellWithIdentifier:@"ItemAllergensCollectionViewCell" indexPath:indexPath fixedWidth:768 configuration:^(__kindof ItemAllergensCollectionViewCell *cell) { [cell configureCellWithEntity:self.entity]; }];
but it crashes because of the indexPath.
Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM insertObject:atIndex:]: index 2 beyond bounds for empty array'
Why we need indexPath here?
The text was updated successfully, but these errors were encountered:
This library use indexPath to organized cache(Just two-dimensional array). It's seems indexPath start from 2 rather than 0 here ?
Sorry, something went wrong.
No branches or pull requests
Hello;
My code is:
but it crashes because of the indexPath.
Why we need indexPath here?
The text was updated successfully, but these errors were encountered: