Peek and Pop not an option
Asked Answered
J

1

7

I'm trying to implement Peek and Pop into an app. There's only one issue- I don't have the option with my current segue setup:

Segue Setup

What am I doing wrong, and why do I not have this option?

Jennettejenni answered 13/11, 2015 at 14:13 Comment(4)
From the Docs: "Note: Peek and pop segues added through the storyboard require a target of iOS 9.1 or later." Is your target set appropriately high?Ness
Yep, that is set to 9.1Jennettejenni
Yeah, it didn't work.Jennettejenni
Can you post some more information? Additional pictures, classes of the VC, etc?Misguided
C
12

How are you establishing your segue? This is poorly documented, but setting up 3D Touch segues from a Storyboard appears to be unavailable if you're using a Manual Segue (controller to controller) versus an Action Segue (object to controller).

To illustrate, here's a Manual Segue with 3D Touch segues absent:

enter image description here

Here's an Action Segue with 3D Touch segues present:

enter image description here

Cy answered 16/11, 2015 at 17:18 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.