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
Post a Comment