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

Zach McGaughey

1pod

QuickLauncher

Simplify the process of using the new 3D Touch shortcuts for apps. Get callbacks when a shortcut is invoked and don't do everything inside the AppDelegate like Apple's sample project.

I wanted a way to take action on shortcut launches in the view controller that was supposed to handle the actions. I don't like the format of using view controllers from within the AppDelegate. It just seems messy. So this wrapper provides a delegate method to alert a class when a shortcut is invoked.

License: MIT

  • Swift