# Peek & Pop
Daniel Saidi ยท [@danielsaidi](https://twitter.com/danielsaidi)
## Peek & Pop
* 3D Touch Devices
* Peek - preview content
* Pop - "commit" preview
* Preview Actions
## Agenda
* Real-world examples
* Protocol overview
* Live coding
## Real-life examples
* Safari
* Twitter
* Netflix
* Very few apps use this
## Protocol overview
* UIViewControllerPreviewingDelegate
* previewingContext(viewControllerForLocation:)
* previewingContext(viewControllerToCommit:)
* previewActionItems
## Live coding
* Peek & Pop
* Customize peek
* Different peek/pop
* Preview actions
* Misc. learnings