I have develop one iphone application and now I want to Use this application as module in another project. How can I do this?
Copy the relevant classes and resources into the project you want to add the module to and then create some kind of controller interface (tabbar, navigation controller) to navigate between the two projects (in the project you copied into)