is there opening strike controlling uiimage calayer?
i'm controlling whole garland calayers, formulating tile-based settlement graphic googlemaps (different versions same settlement more/less detail).
the formula i'm controlling is:
uiimage* settlement = [self loadimage:obj.filename zoomlevel:obj.zoomlevel];
[catransaction setvalue:(id)kcfbooleantrue
forkey:kcatransactiondisableactions];
obj.layertoaddto.contents = [image cgimage];
[catransaction commit];
i don't unequivocally feel loading cgimage record controlling coregraphics since i'm lazy. nonetheless i there's large opening boost! loadimage only mangles twine right route loading conspicuous image, obj nsobject-struct binds info i need thread.
help?
Comments
Post a Comment