I would like to be able to add UIImageViews to my screen and also be able to re-size them, rotate them etc during run-time.
How are the images resized, rotated etc.? Is openGl needed for this?
thanks
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.
About resizing you can use the frame property of the UIImageView
About rotating, you should try applying a transform to the UIImageView like :
Good Luck !