xcode IOS5 Creating one app from several apps
- by Yaniza Familia
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.