Which programing framework should I use to create an application for iPhone/iPad. The application will have the capability to dress up a silhouette with different kinds of dresses.
Which programing framework should I use to create an application for iPhone/iPad. The application
Share
That question is does not have a clear answer. You could either simply use several layers / views which contain images of your “dresses” and overlay them in a certain view hierarchy or you start drawing the “dresses” inside your application using several frameworks like CoreGraphics or QuartzCore … depends on how much effort you spend to create your app.