Same object in different nib files?
        Posted  
        
            by Michael
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Michael
        
        
        
        Published on 2010-06-16T07:46:56Z
        Indexed on 
            2010/06/16
            7:52 UTC
        
        
        Read the original article
        Hit count: 200
        
iphone
|interface-builder
View1 object, which is UIViewController subclass is the same object as File's Owner of View1 nib. So I should manually set the class in both places, one in MainWindow and another in View1 nib files? This sound artificial to me... Either I'm doing something wrong or there has to be better way.

© Stack Overflow or respective owner