Is it possible to create the layered structure (for eg. like the ones you see in photoshop) in an iPhone app.
Something like an image is being displayed and on top of it (a different layer) are controls like rotate…etc…
If yes, could anyone tell me how its done?
Any suggestion appreciated.
Thanks!
Is it possible to create the layered structure (for eg. like the ones you
Share
Sure this is possible. This is the basic principle of views and subviews. If you want to do such a thing, you should start reading a iPhone development book.