Draw points in a view on iPhone screen?
Posted
by micropsari
on Stack Overflow
See other posts from Stack Overflow
or by micropsari
Published on 2010-05-16T11:21:11Z
Indexed on
2010/05/16
11:30 UTC
Read the original article
Hit count: 189
iphone
|core-graphics
Hello,
in my class I have an attribute IBOutlet UIImageView *imageView;
And if I want to draw an image in this view I do : imageView.image = [UIImage imageNamed:@"foo.png"];
But how can I do to draw some points with coordinate x, y (in pixel) directly in the view ?
Thanks !
© Stack Overflow or respective owner