PagedLists icon indicating copy to clipboard operation
PagedLists copied to clipboard

installation issue

Open AnatoliyOstapenko opened this issue 4 years ago • 3 comments

Could you specify, where I have to add mentioned strings???:

Configuration

Set the number of elements per page you are expecting from your data source.

tableView.elementsPerPage = 20
The pagination delegate

tableView.updateDelegate = self

Could you write read file as to everybody has ability to read and understand what you mean?

AnatoliyOstapenko avatar Jan 10 '22 18:01 AnatoliyOstapenko

@AnatoliyOstapenko which strings are you referring to? I can update de documentation based on your feedback.

glm4 avatar Jan 10 '22 22:01 glm4

Where am I should put these codes:

tableView.elementsPerPage = 20

tableView.updateDelegate = self

How my view controller can see it?

Thanks in advance for your reply.

AnatoliyOstapenko avatar Jan 10 '22 22:01 AnatoliyOstapenko

@AnatoliyOstapenko which strings are you referring to? I can update de documentation based on your feedback. Could you let me know Where am I should put these codes as you mentioned in description file:

tableView.elementsPerPage = 20

tableView.updateDelegate = self

How my view controller can see it?

Thanks in advance for your reply.

AnatoliyOstapenko avatar Jan 11 '22 16:01 AnatoliyOstapenko

@AnatoliyOstapenko you are correct, the view controller containing the table view or collection view can be the delegate and configure those parameters.

glm4 avatar Oct 13 '22 16:10 glm4