Hello,
I've created a custom view by code, I add the view in IB and select the class that I want.
This works perfectly.
But now, I want to show in IB how the view looks: it has one UILabel, one UITextField, one UIImage, etc. etc.
So I've created an empty .xib and added there the desired controls.
How can I add this view to my main view in IB, and see what's inside ?
Is this possible ?
For a long explanation, I want to add some UILabel and UITextField with some images, all of them must act like a unique object, I can add by code, but the "Designer" want to see them directly in the 'main view' of IB, and move there, etc. etc.
Thanks!
regards,
r.