This should not be confusing. I have a custom UIView with a bunch of controls on it. UILabels, buttons, etc. I created this Nib using Interface Builder. I want to be able to position this custom uiview on another UIView using an interface constructor.
How to associate your custom UIView class with nib? initWithCoder receives the call, but I want this class to be loaded from nib.
thanks
iphone interface-builder uiview
Nader
source share