ios-samples/ios9/PhotoProgress
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
..
PhotoProgress Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Screenshots [PhotoProgress] Add PhotoProgress iOS 9 sample 2015-07-21 21:48:07 +03:00
LICENSE.txt [PhotoProgress] Add license 2016-02-19 12:41:20 -03:00
Metadata.xml [PhotoProgress] Add PhotoProgress iOS 9 sample 2015-07-21 21:48:07 +03:00
PhotoProgress.sln [PhotoProgress] Add PhotoProgress iOS 9 sample 2015-07-21 21:48:07 +03:00
README.md [PhotoProgress] Update readme 2016-02-19 12:40:30 -03:00

README.md

PhotoProgress: Using NSProgress

This sample demonstrates how to create and compose NSProgress objects, and show their progress in your app.

The app presents a collection view of photos, which will initially be placeholder images. Tap the "Import" button to import the album of photos, showing progress for each individual import as well as an overall progress. The import operation for each photo is composed of a faked "download" step followed by a filter step. Once the import of a photo finishes, the final image is displayed in the collection view cell.

Build Requirements

Building this sample requires Xcode 7.0, iOS 9.0 SDK. This sample use new C# 6 features which means that you need IDE with C# 6 support(Xamarin Studio, Visual Studio 2015).

Runtime Requirements

Running the sample requires iPhone/iPhoneSimulator with iOS 9.0 or later.

Swift version of sample

Xamarin port changes are released under the MIT license

Author

Ported to Xamarin.iOS by Oleg Demchenko