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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -