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.
- Host: GitHub
- URL: https://github.com/evgenyneu/shareimagedemo
- Owner: evgenyneu
- License: mit
- Created: 2015-10-18T00:43:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T23:16:07.000Z (over 9 years ago)
- Last Synced: 2025-01-10T14:42:13.861Z (3 months ago)
- Language: Swift
- Size: 410 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
![]()