Closed aaronschachter closed 8 years ago
We're going to use a small tab bar (44pt / 88px) to hold the Open In... button that downloads the PDF and presents the Open In modals.
@lkpttn -- Updated with designs per Slack discussion today.
Also adding error message if user attempts to "Open file" without network connection, as the button press downloads the file to device and then presents the UIDocumentInteractionController
menu.
👍
Closes #1031: Adds a toolbar to the
LDTWebViewController
to download file to device and creates aUIDocumentInteractionController
to open the file.@lkpttn -- Can you add a mock of what the button should look like? We're not tied to using the
UINavigationController.toolbar
orUIBarButtonItem
-- this was quickest way to get up and running.