Skip to content

Instantly share code, notes, and snippets.

View harshvishu's full-sized avatar
🦀
Learning

हर्ष • Harsh • ハラシャ harshvishu

🦀
Learning
View GitHub Profile
@harshvishu
harshvishu / UIViewController+ShorthandAlerts.swift
Created August 1, 2020 06:55 — forked from aydenp/UIViewController+ShorthandAlerts.swift
Creating alerts on iOS is annoying. This extension allows you to easily present alerts on view controllers. It also improves UIAlertAction by adding a quicker more Swift-like shorthand for making actions.
//
// UIViewController+ShorthandAlerts.swift
//
// Created by Ayden Panhuyzen on 2017-07-31.
// Copyright © 2017-2018 Ayden Panhuyzen. All rights reserved.
// https://gist.github.com/aydenp
//
import UIKit