Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 461 Bytes

GettingStarted.md

File metadata and controls

19 lines (15 loc) · 461 Bytes

You may want to redescribe your component here, but the purpose of this document is to guide the user through creating their first app using your component.

using MyComponentNameSpace;
...

public override void ViewDidLoad ()
{
	// Be sure to include code samples for all supported platforms
}

Other Resources