I have an xib file in which I have a view. I made a custom view of mine as its file owner in the interface builder.
I have a subview as an outlet for a view in the xib.
On creating the view object isn't loading the subview outlet from the xib.
Is specifying a file as the owner in the IB sufficient ? Or I will have to load the xib in initWithFrame of my View as well ?