BitmapContext on iphone
Posted
by user315142
on Stack Overflow
See other posts from Stack Overflow
or by user315142
Published on 2010-04-13T05:39:11Z
Indexed on
2010/04/13
5:42 UTC
Read the original article
Hit count: 296
Hello, I am repeatedly drawing to an offscreen bitmap context non-destructivly on iphone. Right now the only way I have figured out to get it to display is to update the drawRect of my UIView with the contents of the context. This runs really slow and seems unnecessary. Does any one know of a way to have the bitmap update on the screen without force refreshing the whole thing?
© Stack Overflow or respective owner