Search code examples
iosxcodestoryboardiboutlet

Connect outlet from file to storyboard in Xcode 7


I've got small problem probably connected with Xcode 7. In my storyboard I have view controller with custom class subview. This subview contains UILabel. In previous versions of Xcode I was able to create class, let say CustomClass which inherited from UIView, manually type IBOutlet property and connect it from class file to label in storyboard. Now it seems to be impossible, I cannot drag connection from that little circle which shows up in IBOutlet line.

Does any of you has the same issue?


Solution

  • Ok, solved. I'm able to connect outlet from connection inspector in Utilities panel.