Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 376 Bytes

Details.md

File metadata and controls

15 lines (12 loc) · 376 Bytes

First of all, give a short description of what your component does and why someone would want to put it in their apps.

Then include a succinct code snippet or two showing the minimum viable integration of your component into the user's app.

using MyComponentNamespace;
...

public override void ViewDidLoad ()
{
	// Show the user how to setup your component
}