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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -