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

Pagination struct is not visible #22

Open
barus opened this issue Dec 29, 2018 · 1 comment
Open

Pagination struct is not visible #22

barus opened this issue Dec 29, 2018 · 1 comment

Comments

@barus
Copy link

barus commented Dec 29, 2018

I've installed Vox using Cocoapods. But when I write:
let paginationStrategy = Pagination.PageBased(number: 1, size: 10)
the compiler show me the error: 'Use of unresolved identifier 'Pagination'; did you mean 'PaginationData'?'

In my opinion the reason of this issue that Pagination struct is not public. If I change this struct to public - everything is ok.

@barus
Copy link
Author

barus commented Dec 29, 2018

@aronbalog could you change Pagination struct to public?

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

1 participant