ios-samples/ios9/iTravel
Rustam Zaitov f44d47aa0b [iTravel] If you know type for sure use explicit cast, otherwise check for null first 2016-05-04 21:30:01 +03:00
..
Screenshots [iTravel] Add iTravel sample: 2016-05-03 17:09:39 -03:00
iTravel [iTravel] If you know type for sure use explicit cast, otherwise check for null first 2016-05-04 21:30:01 +03:00
Metadata.xml [iTravel] Add iTravel sample: 2016-05-03 17:09:39 -03:00
README.md [iTravel] Add iTravel sample: 2016-05-03 17:09:39 -03:00
iTravel.sln [iTravel] Add iTravel sample: 2016-05-03 17:09:39 -03:00

README.md

iTravel

This app replicates iTravel sample demonstrated on WWDC 2015 - session 214 about on-demand resources (original Swift source never been published to the official gallery). Main action happens in AlbumViewController class. There are three tags in this app available for downloading:

  • Paris - download only on-demand
  • Rotterdam - pre-fetched downloading
  • Istanbul - initial downloading

You can play with tags and try different fetching settings in project's options. Official documentation about on-demand resources can be found here.

Build Requirements

Building this sample requires Xcode 7.0 and iOS 9.0 SDK

Target

iPhone/iPod

Author

Copyright (C) 2015 Xamarin Inc. All rights reserved.

Ported to Xamarin.iOS by Oleg Demchenko