Hello,
I have two xcode projects. project1 has .xib, .h, and .m files named FirstView. What is the best way to add FirstView to project2?
Also there is already a file in project2 called FirstView. How do I rename these files (xib, h, m)?
And finally, I need three views to have similar connections and subviews to the ones in FirstView. How can I duplicate my .h, .m, .xib under a new name in the same project?
Thanks,
Nick
I have two xcode projects. project1 has .xib, .h, and .m files named FirstView. What is the best way to add FirstView to project2?
Also there is already a file in project2 called FirstView. How do I rename these files (xib, h, m)?
And finally, I need three views to have similar connections and subviews to the ones in FirstView. How can I duplicate my .h, .m, .xib under a new name in the same project?
Thanks,
Nick