Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 955 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 955 Bytes

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