I would like to know Is it possible to create a custom control like in this picture
it needs to placed on photos which we take from iphone. also the arrows needs to be moved here and there.So i request you guys to clrify me whether this kind controls can be created in the iphone programming.also can apple approves this kind of controls in a app?
Kindly help me out.
Absolutely. My suggestion is to do the following.
Create an image that will be the arrows of the sign post. Then create as many
UIButtons as you need posts, setting the background image to that. Add a title, or not, as you like. These will work just like buttons, and be moveable, clickable, etc.Next make a
UIViewwith the sign post. Add aUIImageViewwith image the post. Then add theUIButtons to that view.Then you can drag and drop, animate, or do whatever you like to the buttons (arrows) and sign post separately.