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

  • Home
  • SEARCH
  • 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 8374395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T14:54:49+00:00 2026-06-09T14:54:49+00:00

Why use use IBOutlets instead of bindings? Bindings in IB seem simpler. What can

  • 0

Why use use IBOutlets instead of bindings?

Bindings in IB seem simpler.

What can IBOutlets do that bindings can’t do?

  • 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-09T14:54:50+00:00Added an answer on June 9, 2026 at 2:54 pm

    Bindings aren’t a replacement for outlets, they’re just another way of hooking certain aspects of a UI up. That said, there are a lot of things that bindings aren’t very effective for that, for example, implementing NSTableViewDataSource would allow you to handle (and you’d hook up said data source using an outlet).

    Further, you’re not about to get relevant views for your controller to interact with via a binding, but you can hook them up with outlets. In a sense, outlets are how you organize your objects — they might not do much on their own, but they provide data that you otherwise would have to dig around needlessly to get (sifting through subviews for a view with a given tag wouldn’t be much fun and is really wasted effort given that you have outlets to simplify the whole process for you).

    My main point though is that you shouldn’t think of bindings as a replacement for outlets — they’re not. Bindings can’t replace outlets and outlets can’t replace bindings. Bindings depend on outlets to an extent, so you couldn’t get rid of them if you wanted to. Outlets, on the other hand, are just there to say what goes where. So that NSTextView goes in property statusField and that NSTableView goes in property messagesTableView.

    So, again, outlets are organization, they aren’t just something you use instead of bindings.

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

Sidebar

Related Questions

I'm trying to use a UIWebView for the first time but I can't seem
My understanding of IBOutlets is that they act as a marker to ivars and
I have a function that returns a NSUrl, and i want to use it
Say that I have a UIView which I would like to re-use in multiple
I notice there is no tag parameter for NSTabView.(For NSButton I can use tag
I have 30 UILabels I wish to use as IBOutlets. However when I try
I would like to be able to use bindings to keep my GUI synchronized
I was trying to use IB in a slightly different way that I am
Is there a way to use a Cocoa IBOutlet in Python? Or do I
Use Case Show a photo uploaded by the user in a square box with

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.