mac-samples/DocumentSample
GouriKumari 86cfbda0ed Mac samples migrated to unified 2014-11-21 18:09:27 -05:00
..
Screenshots add screenshots, metadata, and readme's for all samples 2012-12-14 16:10:43 -05:00
AppDelegate.cs Mac samples migrated to unified 2014-11-21 18:09:27 -05:00
DocumentSample.csproj Mac samples migrated to unified 2014-11-21 18:09:27 -05:00
DocumentSample.sln Manually upgrade the solutions 2012-01-26 23:54:36 -05:00
Info.plist Add an NSDocument sample 2010-11-25 14:41:50 -05:00
Main.cs Mac samples migrated to unified 2014-11-21 18:09:27 -05:00
MainMenu.xib Add an NSDocument sample 2010-11-25 14:41:50 -05:00
MainMenu.xib.designer.cs Add an NSDocument sample 2010-11-25 14:41:50 -05:00
Metadata.xml Added gallery opt-in to metadata files. 2014-02-20 10:31:26 -05:00
MyDocument.cs Mac samples migrated to unified 2014-11-21 18:09:27 -05:00
MyDocument.xib Add an NSDocument sample 2010-11-25 14:41:50 -05:00
MyDocument.xib.designer.cs Add an NSDocument sample 2010-11-25 14:41:50 -05:00
README.md Updated Mac Samples README files 2014-08-18 17:59:52 -04:00

README.md

DocumentSample

Shows how to create a Document-based application.

Document-based applications are supported by the NSDocument family of classes and take a lot of the repetitive work of creating a multi-document application out of the user hands.

They take care of loading, saving, creating new instances and closing of windows for you.

In addition to this sample, there is a template in Xamarin Studio that will create the basics for you.