Skip to content

Instantly share code, notes, and snippets.

View nullpixel's full-sized avatar

nullpixel nullpixel

View GitHub Profile
@AppleBetas
AppleBetas / UIViewController+CurrentViewController.swift
Last active April 26, 2017 17:45
UIViewController+CurrentViewController.swift - Get the actual currently displaying view in your app
//
// UIViewController+CurrentViewController.swift
//
// Created by AppleBetas on 2017-01-24.
// Copyright © 2017 AppleBetas. All rights reserved.
//
import UIKit
extension UIViewController {