Skip to content

Instantly share code, notes, and snippets.

View Vandborg's full-sized avatar

Jesper Sigvardt Vandborg Vandborg

View GitHub Profile
@Vandborg
Vandborg / ApiDefinitions.cs
Last active December 31, 2015 05:39 — forked from jbrunken/ApiDefinitions.cs
Fixed UIViewController category and SWRevealViewControllerSegue
using System.Drawing;
using System;
using MonoTouch.ObjCRuntime;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
namespace SWRevealViewControllerBinding
{
[BaseType (typeof(UIViewController))]
public partial interface SWRevealViewController