Why can't I connect outlets from subviews?
- Dropped a
UIViewcontroller
onto storyboard - Dropped a subview (
UIView
) as a custom classCustomSubView
:UIView
- Went into Inspector while subview is selected and changed custom class to
CustomSubView
- I have a couple of labels inside the subview
I tried to drag-drop from storyboard to assistant editor while CustomSubView
class header is shown, but I don't get the pop-up to create the outlet. What gives?
I am using Xcode 5.