Currently in my iPhone application I have about 200 image views, and I will need to edit just about all of them specifically in my code. Do I really have to create outlets for each and every one of the imageviews, or is there an easier (quicker) way to reference and edit each imageview individually in my code?
Thanks!
Use an
IBOutletCollectionand then you can treat them as an arrayyou still have to make all the connection’s in the nib but you only have one property for them