Skip to content

Instantly share code, notes, and snippets.

View russell-archer's full-sized avatar
🏠
Working from home

Russell Archer russell-archer

🏠
Working from home
View GitHub Profile
@russell-archer
russell-archer / IntentHandler.swift
Created October 8, 2018 23:49
ShowRandomColor. Handle the intent
//
// IntentHandler.swift
// ColorIntent
//
// Created by Russell Archer on 05/10/2018.
// Copyright © 2018 Russell Archer. All rights reserved.
//
import Intents
@russell-archer
russell-archer / IntentViewController.swift
Created October 8, 2018 23:56
ShowRandomColor. Implementing the app extension UI
//
// IntentViewController.swift
// ColorIntentUI
//
// Created by Russell Archer on 05/10/2018.
// Copyright © 2018 Russell Archer. All rights reserved.
//
import IntentsUI
import ColorGenerator
@russell-archer
russell-archer / AppDelegate.swift
Created October 9, 2018 00:14
ShowRandomColor. Add support for the user tapping a shortcut
//
// AppDelegate.swift
// ShowRandomColor
//
// Created by Russell Archer on 05/10/2018.
// Copyright © 2018 Russell Archer. All rights reserved.
//
import UIKit