CocoaPods trunk is moving to be read-only. Read more on the blog, there are 16 months to go.

QuickLauncher 0.2.0

QuickLauncher 0.2.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2016
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Zach McGaughey.




Quick Launcher

Description

Quick Launcher is a wrapper around Apple’s 3D Touch API for home screen shortcuts.

Home screen shortcuts were introduced with the iPhone 6s and iPhone 6s Plus and provide users a way to quickly get into a workflow within an application.

This wrapper was created to ease the burden of checking for iOS 9 compatability in function calls and make it easer to receive and take actions on shortcuts. In addition to making it easer to read what shortcuts launched an application it provides a way to easily set and clear dynamic shortcuts for your app.

Check out the Example project for a full walkthrough of how to use the wrapper.