How to clone a xib and viewcontroller quickly?

Posted by Horace Ho on Stack Overflow See other posts from Stack Overflow or by Horace Ho
Published on 2010-05-08T09:47:21Z Indexed on 2010/05/08 9:58 UTC
Read the original article Hit count: 184

Filed under:
|

I am going create a new xib which is very similar to an existing one. Instead on of crate an blank new one, copy UI elements and viewcontroller IOOutlets; is there a quick way to clone a xib with corresponding new viewcontroller class?

Thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about interface-builder