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 -

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

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -