I want to create my own simple map on iPhone application. all I want is to be able to implement pan and zoom on my own image (so it looks like a map) and to add pins on it.
If I didn't need to add pins, I could have just used a scroll view, but if I want to add pins - they need to move with the map, but keep their own size when zooming.
I'm not looking for tiles. I need to create only a small area, so I can use one photo only. I just need an idea for a way to create it.