开发者

NSArrayController , arrangedObjects and tableColumn IB connection

开发者 https://www.devze.com 2023-04-05 01:03 出处:网络
I am new to mac development. I am trying to make this app from apple.com At one point i am stucked in interface bu开发者_StackOverflowilder.

I am new to mac development. I am trying to make this app from apple.com

At one point i am stucked in interface bu开发者_StackOverflowilder.

NSArrayController , arrangedObjects and tableColumn IB connection

How do i connect arrangedObjects.firstName to the Value - Table Column - First Name and Last Name?

Edit:

this is my array controller and its bindings.

NSArrayController , arrangedObjects and tableColumn IB connection

Thank you in advance..!!


Ctrl Shift click with a mouse on a column in your table (NOT column's header). You should see the list of views which are parent to each other:

NSArrayController , arrangedObjects and tableColumn IB connection

Select NSTableColumn view. Then just open bindings tab and perform same procedure as with arrangedObjects' binding.

0

精彩评论

暂无评论...
验证码 换一张
取 消