Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6648531
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:39:58+00:00 2026-05-26T00:39:58+00:00

I have 18 UIImageViews declared in my .h, named as such: view1, view2, view3…all

  • 0

I have 18 UIImageViews declared in my .h, named as such: view1, view2, view3…all the way to view18. How can I, in a loop with iterator i, access the view named view[i]?

so like this:

for(int i=0;i<19;i++)
       imageView=view[i]; //this doesn't work obviously, but how would I do this?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T00:39:59+00:00Added an answer on May 26, 2026 at 12:39 am

    Either you’re building the views in a loop, and in that case you could add them to an array as you create them. In the other case, you’re creating your eighteen views in Interface Builder, in which case jrturton’s recommendation about IBOutletCollection is the way to go.

    There is no Obj-C introspection feature that lets you find class members by string.

    You could grab the getters by synthesizing getters, and calling the getters by building a (“view%d”, i) string. With such a string, you can extract a selector and call it.

    Needless to say, that would be obscenely complicated compared to adding them into an array (possibly by just filtering [self subviews]).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a for loop that creates multiple UIImageViews that I add to self.view
I have a UIView (mainview), including 50 UIImageViews (image1 .. 50)) (all are set
I have a Quartz context declared in the main loop as UIGraphicsBeginImageContext(mySize); ctx =
I have 3 UIImageViews , and they all have tags 1, 2, 3, and
I have several uiimageviews on my view which the user can drag around. I
I have 6 UIImageViews each connected to UIPanGestureRecognizer and they are all connected to
I have a gallery of UIImageViews (that are SQUARE) declared as subviews of UIScrollView:
Here's what I'm trying to do.. I have UIImageViews of all the letters of
I have an UIScrollView, that contains UIImageViews. All images keep their image ratio -
I have some UIImageViews that are nested in UIViews, which group them together. They're

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.