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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T06:20:43+00:00 2026-06-02T06:20:43+00:00

I have an UIView created in IB with some labels and custom colours and

  • 0

I have an UIView created in IB with some labels and custom colours and linked that as an IBOutlet so I could have access to it in my viewController.

@property (strong, nonatomic) IBOutlet UIView *tile;

although I would like to create more of this outlet within a loop:

- (void)viewDidLoad {
    [super viewDidLoad];
    int i = 0;
    while (i <= 9) {
        UIView *cTile = [self.tile copy];
        [self.view addSubview:cTile];
        i += 1;
    }
}

So I’m trying to copy this tile outlet and then add the copied view to the main view.
Apparently this can’t be done and returns an error.

Is it possible to achieve such behaviour and re-use/duplicate an IBOutlet?

  • 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-06-02T06:20:45+00:00Added an answer on June 2, 2026 at 6:20 am

    I dont think what you want to do is possible as UIView doesn’t conform to the NSCopying protocol.

    Best bet would be to create your “tile” as a UIView subclass or crate a nib for it and then you can reload it as many times as you want.

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

Sidebar

Related Questions

I have created a custom UIView that has some set of UILabels in it.
I hope that title makes some sense. I have UIView (created in IB) where
I have created a custom UIView that I would like to use on multiple
I have created a custom UIView (without .xib) for a finger paint application. Paint
I have some a UIView with several user created subviews. The user can move
I have a class that inherits from UIView, and this class has some controls
I have a UIView has some labels and buttons on it. Next I also
I have created the following subclass to do some custom drawing: // DocumentIconView.h @interface
I have created a UIView subclass in order to implement a custom drawRect method.
I have created a table view and i am adding my custom uiview into

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.