Skip to content

Instantly share code, notes, and snippets.

View colbylwilliams's full-sized avatar

Colby Williams colbylwilliams

  • GitHub Staff
  • Huntsville, AL
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using Foundation;
using UIKit;
using HockeyApp.iOS;
namespace AppToTrack.iOS
#!/bin/bash
manifestPath=
placeholderKey=
googleMapsKey=
while getopts "m:p:g:" o; do
case "${o}" in
m) manifestPath="${OPTARG}" ;;
p) placeholderKey="${OPTARG}" ;;
@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
{
using System;
using UIKit;
using Foundation;
using System.Collections.Generic;
namespace Notifications.iOS
{
#region APN Payload Container
/* *