1

Why my action segue of storyboard only Push, Modal and Custom(Picture1). Picture1: https://i.stack.imgur.com/SWnqi.png

I want the action segue to display show, show detail...

How to display the show, show detail on the action segue?

Thank you


Why I have no the action https://i.stack.imgur.com/7r3f9.png

ShingHung
  • 337
  • 1
  • 5
  • 14

2 Answers2

2

Select segue, on the right pane select 'Attributes Inspector' and see 'Kind' field. You can select desired segue type:

enter image description here

enter image description here

If you don't see 'Adaptive Segues' section this means storyboard is not using 'Size Classes', to enable it, select storyboard then 'File Inspector', under 'Interface Builder Document' section check 'Use Size Classes' option.

enter image description here

nsinvocation
  • 7,559
  • 3
  • 41
  • 46
1

Just select segue -> in right panel select attribute inspector -> kind , there you can see all the options...

enter image description here enter image description here

Bhavin Bhadani
  • 22,224
  • 10
  • 78
  • 108