ios-samples/Tabbed_Images
NinaV e5ae35eac5 add new resources 2012-12-20 14:20:14 -05:00
..
Images Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Resources add new resources 2012-12-20 14:20:14 -05:00
Screenshots Add screenshots to some samples. 2011-11-05 16:25:40 +01:00
AppDelegate.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
FirstViewController.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
FirstViewController.designer.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
FirstViewController_iPad.xib Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
FirstViewController_iPhone.xib Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Info.plist add new resources 2012-12-20 14:20:14 -05:00
Main.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Metadata.xml Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
README.md README.md for Working with Images and Tabbed Images. 2011-11-05 20:06:39 +01:00
SecondViewController.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
SecondViewController.designer.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
SecondViewController_iPad.xib Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
SecondViewController_iPhone.xib Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Tabbed_Images.csproj add new resources 2012-12-20 14:20:14 -05:00
Tabbed_Images.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00

README.md

Tabbed Images

This is a sample demonstrating basic usage of images. It demonstrates how to load images lazily using UIImage.FromBundle and asynchronously using UIImage.FromFile.