-
Notifications
You must be signed in to change notification settings - Fork 236
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
setCurrentItem #47
Comments
Did you solve it? We are trying to do the same thing but it crashes... |
Same here |
Any news about this? We used an ugly/unsafe workaround for now... But It's not stable |
I have solved it by using following code by setting ContentOffset of collection view. self.cv_Status.setContentOffset(CGPoint(x:collection_Cell_Width * currnt_Index, y: 0), animated: true) |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I want the cells to start at 3. How can I do that.
The text was updated successfully, but these errors were encountered: