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

Calling ReloadData with fresh content doesn't update SYPaginator #14

Open
pws5068 opened this issue Sep 8, 2014 · 0 comments
Open

Calling ReloadData with fresh content doesn't update SYPaginator #14

pws5068 opened this issue Sep 8, 2014 · 0 comments

Comments

@pws5068
Copy link

pws5068 commented Sep 8, 2014

I've fixed this issue in PR #12. It's been dormant for a while so I'm filing an issue to accompany the pull request. Let me know if there is any difficulty reproducing

Steps to reproduce:

  • Display an SYPaginator with several pages of images
  • Alter the data source, such that -paginatorView:viewForPageAtIndex: will return new pages/content
  • Call [paginatorView reloadData]

Expected result

SYPaginator updates to display the new set of pages

Actual result

SYPaginator does not update. viewForPageAtIndex is not called

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