drawing images and lines over UIScrollView
Posted
by Jorge
on Stack Overflow
See other posts from Stack Overflow
or by Jorge
Published on 2010-06-11T08:18:48Z
Indexed on
2010/06/11
8:23 UTC
Read the original article
Hit count: 386
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!
© Stack Overflow or respective owner