ios-samples/Tabbed_Images
olegoid 58c5e8c813 Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03: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 Pull from upstream 2015-01-19 20:39:40 +05:30
FirstViewController.cs Pull from upstream 2015-01-19 20:39:40 +05:30
FirstViewController.designer.cs Pull from upstream 2015-01-19 20:39:40 +05:30
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 Pull from upstream 2015-01-19 20:39:40 +05:30
Main.cs Pull from upstream 2015-01-19 20:39:40 +05:30
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md README.md for Working with Images and Tabbed Images. 2011-11-05 20:06:39 +01:00
SecondViewController.cs Pull from upstream 2015-01-19 20:39:40 +05:30
SecondViewController.designer.cs Pull from upstream 2015-01-19 20:39:40 +05:30
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 Pull from upstream 2015-01-19 20:39:40 +05:30
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.