Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phatblat/3dtouchdemo


https://github.com/phatblat/3dtouchdemo

Last synced: 28 days ago
JSON representation

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.