xcode IOS5 Creating one app from several apps

Posted by Yaniza Familia on Programmers See other posts from Programmers or by Yaniza Familia
Published on 2012-09-06T04:44:41Z Indexed on 2012/09/06 9:49 UTC
Read the original article Hit count: 249

Filed under:

This is my situation. I have about five different apps and they all perform well. I will like to make one app with all these little apps. How can I go about this with a master view application?

Also these were created with nib file (xib) no storyboard. Can I create my files with storyboard or do I have to continue creating files with xib? Also, what to do with app delegate (UIApplicationDelegate) methods that are implemented in all applications?

Please explain no knowledge on this part.

© Programmers or respective owner

Related posts about xcode