ChenPingSheng / AppShortcuts

App Shortcut demo in Objective-C.

Home Page:https://developer.apple.com/library/ios/samplecode/ApplicationShortcuts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application Shortcuts: Using UIApplicationShortcutItem

Summary

Demonstrates how to use the UIApplicationShortcutItem class in your application so users can quickly access parts of an application through “Quick actions” from the Home screen.
It implements four different shortcuts, two static defined (UIApplicationShortcutItem) in your Info.pist, two dynamic or mutable (UIMutableApplicationShortcutItem) defined through code. The mutable shortcuts can be edited to change that title, subtitle and icon.

IMPORTANT: This sample should be run on an iPhone 6s or 6s Plus device. The iPhone simulator will not show the shortcuts.

Requirements

Build

iOS 9.0 SDK, Xcode 7

Runtime

iOS 9.0

Copyright (C) 2015 Apple Inc. All rights reserved.

About

App Shortcut demo in Objective-C.

https://developer.apple.com/library/ios/samplecode/ApplicationShortcuts

License:MIT License


Languages

Language:Objective-C 100.0%