Skip to content

Instantly share code, notes, and snippets.

View nicktesla2011's full-sized avatar

Nick Gressle nicktesla2011

View GitHub Profile
@nicktesla2011
nicktesla2011 / ViewController.swift
Created September 23, 2017 21:36
WKWebView View Controller for Xcode 9.0/Swift 4/iOS11
//
// ViewController.swift
// Honk
//
// Created by Nick Gressle on 9/23/17.
// Copyright © 2017 nick gressle illustrations llc. All rights reserved.
//
import UIKit
import WebKit
@nicktesla2011
nicktesla2011 / ViewController.h
Created April 2, 2015 15:26
ViewController.h file for Hype-Xcode tutorial
//
// ViewController.h
// template
//
// Created by YOU on 00/00/00.
// Copyright (c) 2015 Your Company. All rights reserved.
//
#import <UIKit/UIKit.h>
@nicktesla2011
nicktesla2011 / ViewController.m
Last active August 29, 2015 14:18
Hype Xcode ViewController.m
//
// ViewController.m
//Template
//
// Created by My Company on 1/23/15.
// Copyright (c) 2015 MyComapny. All rights reserved.
//
#import "ViewController.h"