зеркало из https://github.com/xamarin/ios-samples.git
168efa013e | ||
---|---|---|
.. | ||
AsyncDownloadImage | ||
Screenshots | ||
AsyncDownloadImage.sln | ||
Metadata.xml | ||
README.md |
README.md
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.