Reuse nib's across multiple UIViewControllers
        Posted  
        
            by colm
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by colm
        
        
        
        Published on 2010-04-18T10:41:28Z
        Indexed on 
            2010/04/18
            10:43 UTC
        
        
        Read the original article
        Hit count: 539
        
I've created some custom UITableViewCells in a nib file and would like to use that across multiple UIViewControllers.
Can anyone tell me the best practice way to do that? My limited knowledge around loading nibs seems to suggest that you have to specify a single owner class in Interface Builder.
Thanks.
© Stack Overflow or respective owner