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

Reimplement post detail view as UIPageViewController #29

Open
Physikbuddha opened this issue May 22, 2021 · 0 comments
Open

Reimplement post detail view as UIPageViewController #29

Physikbuddha opened this issue May 22, 2021 · 0 comments

Comments

@Physikbuddha
Copy link

Physikbuddha commented May 22, 2021

The current solution to switch between individual posts by swiping left and right incorporates a UICollectionView which is good but not perfect for this kind of full screen presentation, as it comes with a number of drawbacks reported in #15, #17, #16, #22 and #25.

Instead, a fullscreen carousel navigation should be implemented using UIPageViewController:
https://www.raywenderlich.com/5758454-uiscrollview-tutorial-getting-started#toc-anchor-013
https://developer.apple.com/documentation/uikit/uipageviewcontroller

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