Build xib Interface Builder and load them as subview in iphone
        Posted  
        
            by Leonardo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Leonardo
        
        
        
        Published on 2010-05-31T20:50:08Z
        Indexed on 
            2010/06/02
            9:53 UTC
        
        
        Read the original article
        Hit count: 505
        
Hi all,
what I would like to know if it's possible to build a view and its correspondent xib file. Then, in a generic controller, load this view programmatically and add as a subview to the current view.
This subview should act as a generic info box which can be loaded by many controller.
thanks Leonardo
© Stack Overflow or respective owner