Skip to content

Instantly share code, notes, and snippets.

View jonchui's full-sized avatar

Jon Chui jonchui

View GitHub Profile
@jonchui
jonchui / MFMailComposeViewController+URLRequest.h
Created February 25, 2012 22:39 — forked from MonsieurDart/MFMailComposeViewController+URLRequest.h
Intercept mailto URLs in a UIWebView and send them to a MFMailComposeViewController
#import <Foundation/Foundation.h>
#import <MessageUI/MessageUI.h>
@interface NSURL (MailComposeViewController)
// Is the given request a mailto URL.
- (BOOL)isMailtoRequest;
@end