Skip to content

Files

Latest commit

2b25d3b · Jan 19, 2015

History

History
This branch is 1617 commits behind xamarin/ios-samples:master.

AsyncDownloadImage

AsyncDownloadImage

This sample application demonstrates how to use the new Async/Await feature which is available in Xamarin.iOS 6.4.

The sample downloads a large image from Internet using the DownloadDataTaskAsync in WebClient. Saving and resizing the image also use the new async feature.

**NOTE: This sample will only work with Xcode 5.0 or above.