Skip to content

Instantly share code, notes, and snippets.

View jfren484's full-sized avatar

Jay French jfren484

View GitHub Profile
@jfren484
jfren484 / AppDelegate.cs
Created May 23, 2013 19:18
TestCustomControl project for Stack Overflow.
using MonoTouch.Foundation;
using MonoTouch.UIKit;
namespace TestCustomControl
{
[Register ("AppDelegate")]
public partial class AppDelegate : UIApplicationDelegate
{
UIWindow window;
TestCustomControlViewController viewController;