Xcode - Drawing Pixels
Posted
by Brett
on Stack Overflow
See other posts from Stack Overflow
or by Brett
Published on 2010-06-09T15:14:00Z
Indexed on
2010/06/09
15:22 UTC
Read the original article
Hit count: 443
Hi guys;
I am trying to draw individual pixels in xcode to be outputted to the iphone. I do not know any OpenGL or Quartz coding but I do know a bit about Core Graphics. I was thinking about drawing small rectangles with width and height of one, but do not know how to implement this into code and how to get this to show in the view. Any help is greatly appreciated.
Thanks, Brett
© Stack Overflow or respective owner