3D Touch peek and pop tutorial
Apple added a touch-sensitive layer to the screen of the brand new iPhone 6s (plus). With the coming of this new screen, they’ve added some new UI interactions like application shortcuts and peek and pop.
In this 3D touch peek and pop tutorial I will learn you how to implement this new way of interacting with your content by building a photo gallery. When you press hard on the screen you’ll see a preview of the image and if you press really hard the preview will pop into a detail view.
At the end of this tutorial I’ll show you how to add preview actions. This way you can interact with the content without going to the detail view. You can do this by swiping up while you are previewing the content.
Continue reading 3D touch peek and pop tutorial for your Swift application