Skip to content

Instantly share code, notes, and snippets.

@critical186
critical186 / KeyboardViewController.swift
Last active November 23, 2019 23:33
KeyboardViewController.swift source from AppDesignVault for Swift 3
//
// KeyboardViewController.swift
// Demo Custom Keyboard
//
// Created by Drew Lustro on 10/20/14.
// Updated by Jared Bigcraft on 10/29/2016 to work with Swift 3
//
// Original derived from tutorial found on AppDesignVault
// http://www.appdesignvault.com/ios-8-custom-keyboard-extension/
//