objective c - Have Multiple UIImageView's From 1 UIImageViews -


i have declared 1 uiimageview in code. there way multiple out of it? example have imageview called red , position on screen. there way have multiple of red on screen @ 1 time?

thanks in advance

one image view 1 image view.

if want more one, declare more one.

if have many similar image views, consider creating 1 array of many image views instead of separate property each one.

if have of image views in storyboard or .xib file, can use outlet collection instead of outlet store them.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -