TVOutManager icon indicating copy to clipboard operation
TVOutManager copied to clipboard

fix for undefined symbol on UIGetScreenImage()

Open mjpan opened this issue 15 years ago • 0 comments

for me (ios4.2), in order to not get an undefined symbol error when linking, the line CGImageRef UIGetScreenImage();

needs to be UIKIT_EXTERN CGImageRef UIGetScreenImage();

see http://discussions.apple.com/thread.jspa?threadID=2339583 for more details

mjpan avatar Jan 19 '11 18:01 mjpan