tags:

views:

35

answers:

1

Hi,

Anyone have any idea about CASlotProxy Class in COCA(may be Iphone OS framework).I found it in UIView contents.

Thanks,

+1  A: 

Just another undocumented class, as a proxy to an internal C++ rendering object in QuartzCore.

The interface is like http://github.com/kennytm/iphone-private-frameworks/blob/master/QuartzCore/CASlotProxy.h.

KennyTM
I see that, Is there anyway to pull any raw image from it ?
Sridhar
Have you tried calling `-[UIView drawRect:]`?
KennyTM
Yes, I did but black image coming :(
Sridhar