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 7592165
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:50:18+00:00 2026-05-30T20:50:18+00:00

I have an NSMutableArray of IBOutlet UIImageView elements and I want to bind each

  • 0

I have an NSMutableArray of IBOutlet UIImageView elements and I want to bind each individual element of the array to a separate UIImageView defined in my NIB file. While I can bind it to other solitary IBOutlet UIImageView objects, the Interface Builder does not even give me an option to bind to the array or an element of it. I am building a tic tac toe game and want to combine the 9 individual UIImageView “squares” that I have into one array representing the whole board so that I can more elegantly reference the board in code.

Is this even possible? What am I missing?

  • 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-30T20:50:20+00:00Added an answer on May 30, 2026 at 8:50 pm

    If you are using iOS 3.0 (as your question’s tag implies), I don’t think you can do it in your nib.

    If you are using iOS 4.0 or later, you can do it in your nib. Here’s how.

    You need to set up your NSMutableArray as an IBOutletCollection, like this:

    @interface ViewController : UIViewController
    
    @property (nonatomic, strong) IBOutletCollection(UIImageView) NSMutableArray *imageViews;
    
    @end
    

    Then you can control-drag from your ViewController (probably the File’s Owner) to each image view and add it to the imageViews collection.

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

Sidebar

Related Questions

I Already have three TextField Outlet connected on my Nib File IBOutlet UITextField *myTextField;
I have an NSMutableArray. It's members eventually become members of an array instance in
What i'm trying to accomplish is to have an NSMutableArray defined in the AppDelegate.
I have NSMutableArray with different objects in it of different classes. Now I want
I have NSMutableArray named *arrWords containing list of 50 words. e.g. Bond/Bind/King/Sing/Ring etc. I
in my .h I have IBOutlet NSMutableArray *buttons; @property (nonatomic, retain) IBOutletCollection(UIButton) NSMutableArray *buttons;
I have a NSMutableArray: NSMutableArray *temp = //get list from somewhere. Now there is
I have an NSMutableArray that is populated with objects of strings. For simplicity sake
I have a NSMutableArray that I need to search for a string and return
Newbie question. I have a NSMutableArray that holds multiple objects (objects that stores Bezier

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.