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 - ScrollTo Effect (href to div) -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -

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