Hi,
I'm drawing an image... but my problem is that if there's another imageview in the view, my drawn image (green circle) is not visible, seems it's a lower layer than the imageView.
First, what I've do is that I subclass UIView, MyDrawView, in this is class I do the drawing functionality. Then, I set in IB the view to be MyDrawView.
Here's my sample code: http://snipplr.com/view/37149/draw-image/
Can you advise me how to fix this problem?
Thanks