mac-samples/DocumentSample
conceptdev 3c0a72ae06 improving the readme experience 2019-07-23 09:36:24 -07: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 Set HttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 13:22:24 -06:00
DocumentSample.sln Manually upgrade the solutions 2012-01-26 23:54:36 -05:00
Info.plist Updated min deployment version (#113) 2018-11-15 03:52:17 -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 Add brief description tag to metadata.xml 2015-04-16 15:35:20 -04:00
MyDocument.cs [DocumentSample] fix build error. Document doesnt conform to NSCoding protocol 2014-12-03 16:10:50 +03: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 improving the readme experience 2019-07-23 09:36:24 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.Mac - 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... sample
csharp
xamarin
documentsample

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.

Sample document app

Prerequisites

Running the sample

  1. Open the solution file (.sln) in Visual Studio for Mac.
  2. Use the Run button or menu to start the app.