ios-samples/RecipesAndPrinting
Rustam Zaitov a33fa6a1f1 [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
..
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 Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Info.plist [RecipesAndPrinting] Add minimum OS version 2015-04-28 18:02:00 -04: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 [RecipesAndPrinting] Add minimum OS version 2015-04-28 18:02:00 -04: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.