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
having a hell of a time getting it to load more without causing the last card to be skipped or crashing to occur due to something or another.
•What method should loadmore be called in •What should be called after more data has been loaded.
The text was updated successfully, but these errors were encountered:
I did it in the wasChosenWithDirection function
if self.charts.count <= 5 { // GetObjects and make charts getObjectsAndMakeCharts() }
Sorry, something went wrong.
Also my load function doesn't just the last card, it knows the position of the card being loaded (i.e. 0, 1 or 2) and loads the correct array element.
No branches or pull requests
having a hell of a time getting it to load more without causing the last card to be skipped or crashing to occur due to something or another.
•What method should loadmore be called in
•What should be called after more data has been loaded.
The text was updated successfully, but these errors were encountered: