ios-samples/RecipesAndPrinting
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01: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 Added some screenshots. 2011-10-03 19:33:27 +02:00
AppDelegate.cs [RecipesAndPrinting] UIMarkupTextPrintFormatter is uikit class, so ctor must be called from main thread. Apple's sample has the same issue, looks like some UIPrintPageRenderer's methods are called not from main thread on iOS9 2015-09-17 14:23:33 +03:00
DetailHeaderView.xib [XISamples]Update xibs 2017-07-21 12:35:56 -04:00
Info.plist Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
InstructionsViewController.cs Pull from upstream 2015-01-19 20:39:40 +05:30
InstructionsViewController.designer.cs 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 Metadata.xml and README.md for RecipesAndPrinting. 2011-10-05 14:44:00 +02:00
Recipe.cs Pull from upstream 2015-01-19 20:39:40 +05:30
RecipeDetailViewController.cs Pull from upstream 2015-01-19 20:39:40 +05:30
RecipeDetailViewController.designer.cs Pull from upstream 2015-01-19 20:39:40 +05:30
RecipeInstructionsView.xib Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
RecipeListTableViewController.cs Pull from upstream 2015-01-19 20:39:40 +05:30
RecipeListTableViewController.designer.cs Pull from upstream 2015-01-19 20:39:40 +05:30
RecipePhotoViewController.cs Pull from upstream 2015-01-19 20:39:40 +05:30
RecipePrintPageRenderer.cs [RecipesAndPrinting] UIMarkupTextPrintFormatter is uikit class, so ctor must be called from main thread. Apple's sample has the same issue, looks like some UIPrintPageRenderer's methods are called not from main thread on iOS9 2015-09-17 14:23:33 +03:00
RecipeTableViewCell.cs Pull from upstream 2015-01-19 20:39:40 +05:30
RecipesAndPrinting.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
RecipesAndPrinting.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
RecipesController.cs Pull from upstream 2015-01-19 20:39:40 +05:30

README.md

Recipes and Printing

This sample demonstrates displaying items in a table view, allowing the user to dig into detail pages and view photos, ingredients, and instructions. It also uses the standard print controller from UIKit to allow printing.