Skip to content
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

version 7.1.3 want to know what willDisplay is used for #616

Closed
ruwaldl opened this issue Nov 9, 2017 · 1 comment
Closed

version 7.1.3 want to know what willDisplay is used for #616

ruwaldl opened this issue Nov 9, 2017 · 1 comment

Comments

@ruwaldl
Copy link

ruwaldl commented Nov 9, 2017

what willDisplay is used for ?

what is cellForItemAt used for ?

@patchthecode
Copy link
Owner

cellForItemAt is used the same way as any other UICollectionView or UITableView in iOS.
The video list located here will help you on this -> https://www.youtube.com/watch?v=wyh_DVFeH_w&list=PLpqJf39XekqyUG7dxcqGO0JNprryysv9Q

willDisplay was newly introduced in version 7.1.0. It should contain the same code as the cellForItemAt function. The reason why it was implemented and what you need to put in it is explained here -> #553

Let me know if this helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants