-
Notifications
You must be signed in to change notification settings - Fork 330
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
How can i limit the view count? #80
Comments
any response?? |
You should read the header files and the sample project :) |
I'm having the same issue 😟 I have 8 elements in an Array and i set the number of elements using:
After that, i use a for sentence to create the views:
The problem is that the information of the firsts 8 cards is the same (it should be different for each card) and the stack seems to be infinite. Thanks and best regards! |
Duplicate of #89 Check the response |
lets say i want 10 cards in my app but these cards seems unlimited how can i limit cards to only 10.
The text was updated successfully, but these errors were encountered: