How would I go about drawing a view offscreen in order to perform some calculation before the view’s draw is actually done? Can this be done by drawing to a temporary layer?
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.
I am not getting your exact problem… But you can use
this method will be called every time before your view will appear on the screen… you can do the calculation and make some changes here before view appear on the screen…