I want to create an SDK like AdMob for Mobile has created and want my users to use my SDK such that they will just drop my files in their project and it will be embedded in its own way.
Example:
Assume you have an IPhone project ready to post to iTunes and you want to use my SDK (like AdMob). You will go to my website and will download a zip file containing all files required to be copied there in your project. Say you have Main View named “FirstView.xib”, after dropping my SDK in your project, the main view will automatically be changed to something “SDKView.xib”. Is it possible?
Simply an application usually have more than one views so how it is defined that particular View is main view?
The “main view” is set in the application’s Info.plist with the key
Main nib file Base Name