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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:05:30+00:00 2026-05-27T17:05:30+00:00

When binding a NSArrayController, I see the following bindings available under controller content tab

  • 0

When binding a NSArrayController, I see the following bindings available under controller content tab

  • Content Array
  • Content Array for Multiple Selection
  • Content Object
  • Content Set

However, I couldn’t find those options inside the Apple reference for NSArrayController, nor inside the actual NSArrayController.h itself. Where do they come from? And how do they differ from the arrangedObject property?

Screenshot Below

enter image description here

  • 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-27T17:05:31+00:00Added an answer on May 27, 2026 at 5:05 pm

    They’re documented in the Cocoa Bindings Reference, and they’re not publicly declared in any header file. Xcode’s knowledge of them is baked into Xcode, probably in some plug-in somewhere that comes with it.

    And how do they differ from the arrangedObject property?

    arrangedObjects (plural) is an output. The array controller arranges its content objects, and the result of that is its arranged objects.

    The bindings are inputs:

    • contentArray is the main one, since it is an array controller.
    • contentSet is an alternative for binding to Core Data to-many relationships, which are sets. I’m not sure whether it works with ordered sets; when the set isn’t ordered, the order used by arrangeObjects: and manifest in arrangedObjects is determined by the array controller’s sort descriptors.
    • contentArrayForMultipleSelection, you don’t normally need. The case in which you do need it is described quite well in the Cocoa Bindings Reference.
    • contentObject is, as the CBR says, another array controller. Again, see the docs for its description of when you’d need it.

    Content comes from one (or more) of the content bindings, is arranged (according to any sort descriptors the array controller may have) by arrangeObjects:, and is then available in the appointed order under arrangedObjects.

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

Sidebar

Related Questions

Binding a popup menu to an array controller with the path selection.type works fine.
I currently have a NSArrayController whose content property is (programmatically) set to an NSMutableDictionary
Am I misunderstanding something about bindings? I bind (an NSArrayController's content) to an NSDictionary's
I need to bind an NSArrayController's content set at runtime. The content set is
1) Binding to The following populates a READ ONLY WinFrms grid: Dim query =
When binding multiple variables value1 value2 value3 in the same text field, do I
Here's my binding source object: Public Class MyListObject Private _mylist As New ObservableCollection(Of String)
I am trying a simple application using NSArrayController and cocoa bindings. The application contains
So I've got an NSSearchField hooked up directly to an NSArrayController via bindings, attached
I'm trying to limit the number of objects in an array controller, but I

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.