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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T14:19:25+00:00 2026-05-14T14:19:25+00:00

I just want to confirm that I’m understanding correctly, in Interface Builder the Class

  • 0

I just want to confirm that I’m understanding correctly, in Interface Builder the Class set under Class Identity (listed under Type in the name.xib summary window) is the class of the view whereas in IBOutlet Class *viewName the class listed describes the nature of the connection to Interface Builder, is this correct?

e.g.

Name__________________________________Type

File’s Owner_______________________SomeViewController

First Responder____________________UIResponder

MyLabel____________________________UILabel
.

IBOutlet UILabel *lblMyLabel

UILabel is the class of the label and IBOutlet UILabel is the type of connection between the code and the IB object, right?

I ask because I subclassed UIImageView & updated the view’s class but left the IBOutlet declaration as IBOutlet UIImageView and it still works so I assume the IBOutlet part is just a description or a guideline.

  • 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-14T14:19:25+00:00Added an answer on May 14, 2026 at 2:19 pm

    if you are speaking about the IBOutlet keyword that you put in the @interface part of the class like this:

    
    @interface Myclass {
      IBOutlet SomeOtherClass *myObj;
    }
    

    , this tells Interface Builder that you will use this class member to connect to o a “SomeOtherClass” object in Interface Builder. After you write this member, you will be able to drag a connection from this object to a “SomeOtherClass” object in interface builder and select the “myObj” outlet, and when the .nib will be read at runtime, you will have both the objects and the connection between them available.
    The “UILabel” that you mentioned is indeed the class of the object.

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

Sidebar

Related Questions

I just want to confirm my understanding of exceptions and how they impact their
For those who code in Notepad++, I just want to confirm that Notepad++ does
Just want to confirm that I have this correct, and would like to see
I'm pretty sure the answer is yes, but I just want to confirm that
I think I've known the answer for a class, just want to confirm my
I just want to confirm that which is the better way for handling the
Quick question. Just want to confirm that a network call such as to a
I just want to confirm something as my understanding has been shaken by a
I just want to confirm something I noticed when downloading a file through sftp
I didn't find it on their doc http://www.sqlite.org/lang_corefunc.html So just want to get confirm

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.