DoSomethingArchive / LetsDoThis-iOS

:iphone: iOS source code for DoSomething: Take Action on the News
http://app.dosomething.org
MIT License
2 stars 0 forks source link

Download Campaign attachments #1033

Closed aaronschachter closed 8 years ago

aaronschachter commented 8 years ago

Closes #1031: Adds a toolbar to the LDTWebViewController to download file to device and creates a UIDocumentInteractionController 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 or UIBarButtonItem -- this was quickest way to get up and running.

lkpttn commented 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.

campaign download

aaronschachter commented 8 years ago

@lkpttn -- Updated with designs per Slack discussion today.

simulator screen shot may 26 2016 10 23 05 am

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.

simulator screen shot may 26 2016 10 48 01 am

lkpttn commented 8 years ago

👍