An open API service indexing awesome lists of open source software.

https://github.com/evgenyneu/shareimagedemo

iOS demo app with a "share" extension for uploading an image to a web server.
https://github.com/evgenyneu/shareimagedemo

Last synced: about 2 months ago
JSON representation

iOS demo app with a "share" extension for uploading an image to a web server.

Awesome Lists containing this project

README

        

## Image uploading extension iOS demo app

This is an iOS demo app that shows how to create a "Share" extension for uploading an image to a web server.

The workflow form the user's point of view:

1. User shares an image from any app, it can be a Photos app, for example.
1. Our share extension is opened showing a previous of the image and a Post button.
1. The user can choose a destination folder for the image.
1. When user taps the Post button extension creates a background download/upload task. The demo app does not contains the code for uploading the image. The code will depend on the web server API.

Share image with iOS extension demo