Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am uglybugger on github.
  • I am uglybugger (https://keybase.io/uglybugger) on keybase.
  • I have a public key whose fingerprint is C384 8394 13D0 8535 99D4 6A85 EE57 B1C3 A1F7 2714

To claim this, I am signing this object:

@uglybugger
uglybugger / AppDelegate.cs
Created August 27, 2011 01:16
Crash Logging in a MonoTouch App
public partial class AppDelegate : UIApplicationDelegate
{
private ILogger _logger;
// This method is invoked when the application has loaded its UI and its ready to run
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
window.AddSubview(navigationController.View);
window.MakeKeyAndVisible();