Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phatblat/3dtouchdemo
https://github.com/phatblat/3dtouchdemo
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phatblat/3dtouchdemo
- Owner: phatblat
- License: mit
- Created: 2015-09-27T02:05:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T20:07:30.000Z (about 9 years ago)
- Last Synced: 2024-10-14T18:32:31.025Z (2 months ago)
- Language: Swift
- Size: 664 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 3DTouchDemo
An example of the various APIs which apps can use to leverage 3D Touch on the iPhone 6S and 6S Plus.
# Slides
Presented at [Denver Swift Heads](http://www.meetup.com/Denver-Swift-Heads/) on 2015-10-15
* [PDF](Slides.pdf)
* [Markdown](Slides.md) for [Deckset](http://decksetapp.com)# References
* [3D Touch Overview](https://developer.apple.com/ios/3d-touch/)
* [HIG: 3D Touch](https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Conceptual/MobileHIG/3DTouch.html#//apple_ref/doc/uid/TP40006556-CH71)
* [Adopting 3D Touch on iPhone](https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Conceptual/Adopting3DTouchOniPhone/)
* Sample Code
* [ApplicationShortcuts](https://developer.apple.com/library/prerelease/ios/samplecode/ApplicationShortcuts/Introduction/Intro.html#//apple_ref/doc/uid/TP40016545): Using UIApplicationShortcutItem, which demonstrates Home screen static and dynamic quick actions
* [ViewControllerPreviews](https://developer.apple.com/library/prerelease/ios/samplecode/ViewControllerPreviews/Introduction/Intro.html#//apple_ref/doc/uid/TP40016546): Using the UIViewController previewing APIs, which demonstrates peek (preview) and pop (commit), as well as peek quick actions
* [TouchCanvas](https://developer.apple.com/library/prerelease/ios/samplecode/TouchCanvas/Introduction/Intro.html#//apple_ref/doc/uid/TP40016561): Using UITouch efficiently and effectively, which demonstrates the new force properties in the UITouch class
* [Lessons learned with 3D Touch](http://engineering.instagram.com/posts/465414923641286/lessons-learned-with-3D-touch) - Instagram
* Little Bites of Cocoa
* [Static Shortcut Items](https://littlebitesofcocoa.com/79)
* [Dynamic Shortcut Items](https://littlebitesofcocoa.com/88)
* [View Controller Previews](https://littlebitesofcocoa.com/80)
* [3D Touch (force)](https://littlebitesofcocoa.com/95)
* [JavaScript example](http://freinbichler.me/apps/3dtouch/)
* [Source Code](https://github.com/freinbichler/3d-touch)## License
This repo is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for rights and limitations.