Loading a UIView with a UITableView from another NIB
        Posted  
        
            by Sheehan Alam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sheehan Alam
        
        
        
        Published on 2010-04-06T20:27:50Z
        Indexed on 
            2010/04/06
            20:53 UTC
        
        
        Read the original article
        Hit count: 392
        
I have a NIB that contains a UIView.
I have another NIB that contains a UITableView.
How can I load the UITableView NIB inside of the UIView in my other NIB?
© Stack Overflow or respective owner