Custom UIView built with Interface Builder accessible/positionable via Interface Builder
        Posted  
        
            by Nader
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nader
        
        
        
        Published on 2009-11-09T00:11:53Z
        Indexed on 
            2010/05/11
            3:54 UTC
        
        
        Read the original article
        Hit count: 772
        
This shouldn't be this confusing. I have a custom UIView with a bunch on controls on it. UILabels, buttons, etc. I've created this Nib using Interface Builder. I want to be able to position this custom uiview on another UIView using the interface builder.
How do I link my UIView custom class, to the nib? initWithCoder gets called, but I want this class to get loaded from the nib.
Thanks
© Stack Overflow or respective owner