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
Hi
When i set selectIndex to specific index, its not moving. Any suggestion ?
selectIndex
Thanks
The text was updated successfully, but these errors were encountered:
In file EHHHorizontalSelectionView.m, update method (void)selectIndex:(NSUInteger)index to:
{ NSIndexPath * indexPath = [NSIndexPath indexPathForRow:index inSection:0]; [_collectionView selectItemAtIndexPath:indexPath animated:NO scrollPosition:UICollectionViewScrollPositionCenteredHorizontally]; dispatch_async(dispatch_get_main_queue(), ^{ [self collectionView:_collectionView didSelectItemAtIndexPath:indexPath]; }); }
Sorry, something went wrong.
In swift, When I set below, I get the crash
horizontalSelectionView.select(index)"
-[EHHorizontalSelectionView select:]: unrecognized selector sent to instance
No branches or pull requests
Hi
When i set
selectIndex
to specific index, its not moving. Any suggestion ?Thanks
The text was updated successfully, but these errors were encountered: