Multiple dynamically generated icons
I'm developing an iPhone application that will require multiple icons to be present on the iPhone's main navigation page, at the same time. Each icon, when pressed will launch a skinned version of the main application through a url.
I'm wondering what mechanism I should use to do this.
Can I have multiple instances of the same application on a single device with unique icons?
thanks.
|