We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's my suggested approach for extensible, modular file viewer / editor support:
Two primitives
Based on extensions
DisplayViewController: Viewer / Editor
DisplayHostController
designed to view a list of items
taps extensions to determine and instantiate viewer/editor view controller
uses edge swipe gesture (recognizer) to navigate between files
shows thumbnails of the files at the bottom (like Photos app)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's my suggested approach for extensible, modular file viewer / editor support:
Two primitives
Based on extensions
DisplayViewController: Viewer / Editor
DisplayHostController
designed to view a list of items
taps extensions to determine and instantiate viewer/editor view controller
uses edge swipe gesture (recognizer) to navigate between files
shows thumbnails of the files at the bottom (like Photos app)
The text was updated successfully, but these errors were encountered: