iphone - Creating and Resizing a UIImageView -
i able add uiimageviews screen , able re-size them, rotate them etc during run-time.
how images resized, rotated etc.? opengl needed this?
thanks
about resizing can use frame property of uiimageview
about rotating, should try applying transform uiimageview :
yourview.transform = cgaffinetransformmakerotation(45.0*m_pi/180.0);
good luck !
Comments
Post a Comment