ios-samples/ios9/ApplicationShortcuts
Oleg Demchenko df3b9c0b44 [ApplicationShortcuts] Add license 2016-02-19 12:22:57 -03:00
..
ApplicationShortcuts [ApplicationShortcuts] add screenshot & set 9.0 SDK 2015-09-25 16:06:18 -07:00
Screenshots [ApplicationShortcuts] add screenshot & set 9.0 SDK 2015-09-25 16:06:18 -07:00
ApplicationShortcuts.sln [ApplicationShortcuts] Add 3D Touch sample 2015-09-25 17:02:49 -03:00
LICENSE.txt [ApplicationShortcuts] Add license 2016-02-19 12:22:57 -03:00
README.md [ApplicationShortcuts] Update readme 2016-02-19 12:21:36 -03:00
metadata.xml [ApplicationShortcuts] Add 3D Touch sample 2015-09-25 17:02:49 -03:00

README.md

Application Shortcuts

Demonstrates how to use the UIApplicationShortcutItem class to provide quick access to parts of your application directly from the device's home screen. The sample shows two static shortcuts (defined in the app's Info.plist), and two dynamic shortcuts (defined in code with the UIMutableApplicationShortcutItem class). The dynamic shortcuts can be edited to change the title, subtitle and icon.

Build Requirements

Building this sample requires Xcode 7.0 and iOS 9.0 SDK

Refs

Original sample

Target

This sample runnable on iPhone/iPad with 3D Touch support

Xamarin port changes are released under the MIT license

Author

Ported to Xamarin.iOS by Rustam Zaitov