Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 776 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 776 Bytes

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.