Skip to content

Instantly share code, notes, and snippets.

@sjgroomi
sjgroomi / UIResponder+firstResponder.swift
Last active July 25, 2016 14:36
Get the current first responder
//
// UIResponder.swift
//
// Created by Groom on 23/03/2015.
// Copyright (c) 2015 Stephen Groom. All rights reserved.
//
import UIKit
extension UIResponder {