For example, I want to draw something directly to an UIView. I need an CGContextRef, but I don’t want to make a new one since that would eat up too much memory. Can I obtain the CGContextRef from an UIView?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Outside of the redraw call, I do not believe so. I remember trying this myself a while ago. Sorry I can’t be more specific, but I’ve not touched the iPhone SDK in months.