iphone - Rendering UIView slow performance on iPad 3 -


i'm using straightforward code capture uiview, , has been working beautifully on ipad 2 , original ipad. it's staggeringly slow on ipad 3. know i'm pushing more pixels, rendering performance unacceptable.

uigraphicsbeginimagecontextwithoptions(self.bounds.size, no, 0.0); [self.layer renderincontext:uigraphicsgetcurrentcontext()]; uiimage *resultingimage = uigraphicsgetimagefromcurrentimagecontext(); uigraphicsendimagecontext(); 

please me in way improve speed of rendering uiview on ipad 3.

thanks.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -