I have a possible xcode settings issue. Usually clicking on the circle next to a connected IBOutlet
in code opens up a small menu showing the connected storyboard element. this is shown in this answer:
https://stackoverflow.com/a/27057437/4677074
But for me it just creates a breakpoint. rightclicking doesnt work either. also the circle is a little smaller then usual. how can i enable the menu again so i can find the connected storyboard element? i am using xcode 7.0.1
I just found the answer ! To enable / disable the ability to see the connected storyboard element by clicking on the small circle on the left of an IBOutlet property, just open the "Editor" panel menu of Xcode an click on Show / Hide Code coverage !
Hope that helps ;)