user3124081
user3124081

Reputation: 412

Segue identifier not showing in attributes inspector

I go to click on the segue in my storyboard and nothing shows up in the attributes inspector.. why would this be? All I ask for is to identify this segue in code. Can someone help me? I have x-code version 5.1.1.

enter image description here

EDIT: OSX Version : 10.8.5

Upvotes: 2

Views: 763

Answers (2)

Sunil Lohar
Sunil Lohar

Reputation: 2242

In my case i managed to solve the issue (Solution for “NO SELECTION”) for XCode 7.2 as follow :

  • Select another file (which isn’t an Interface Builder type) in the current tab with the issue.
  • Open a new tab and select the Interface Builder file which was having the problem.

Upvotes: 1

lucianomarisi
lucianomarisi

Reputation: 1552

There is a show/hide button next to "Storyboard segue", conveniently someone thought it was good UX to hide it, so just hover your mouse near that area and your will see it. enter image description here

Upvotes: 2

Related Questions