drawing images and lines over UIScrollView
- by Jorge
I'm programming an app in which one of the ViewControllers is showing an UIScrollView that shows an image.
I'd like to load an image (pushpin in png format) and draw it (and delete it) in some points of the UIScrollView image.
I'd also would like to draw bezier paths in that image (and deleting them).
I've programmed several apps but this is the first time I face graphic programming and don't know where to start from.
Any suggestions?
Thanks!