Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.