Skip to content

Instantly share code, notes, and snippets.

@colbylwilliams
colbylwilliams / CustomWebView.cs
Created January 13, 2016 20:29
UIWebView subclass that only displays Copy & Paste
using Foundation;
using UIKit;
using CoreGraphics;
using ObjCRuntime;
using MobileCoreServices;
namespace WebViewExample.iOS
{
public class CustomWebView : UIWebView
{