Skip to content

Instantly share code, notes, and snippets.

View neilkennedy's full-sized avatar

Neil Kennedy neilkennedy

View GitHub Profile
@neilkennedy
neilkennedy / PullToAddView.cs
Created April 29, 2013 22:03
Customize MonoTouch.Dialog's "Pull to Refresh" header
using System;
using MonoTouch.Dialog;
using System.Drawing;
using MonoTouch.UIKit;
namespace lifeboxapp.monotouch
{
/// <summary>
/// Override the default MonoTouch.Dialog Pull To Refresh view so it says "Pull To Add"
/// </summary>