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

Fix reloading data when view controllers do not change #201

Merged
merged 1 commit into from
May 9, 2018

Conversation

rechsteiner
Copy link
Owner

Reloading data without changing the view controllers was not working
due to the way EMPageViewController selects view controllers. Fixed by
removing all view controllers before selecting the new one. This will
just remove the view controller from the view hierarchy, so if you
have store all the view controllers in a property it will just use the
same as before you reloaded.

Reloading data without changing the view controllers was not working
due to the way EMPageViewController selects view controllers. Fixed by
removing all view controllers before selecting the new one. This will
just remove the view controller from the view hierarchy, so if you
have store all the view controllers in a property it will just use the
same as before you reloaded.
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

Successfully merging this pull request may close these issues.

1 participant