1
vote
Using Cocoa Bindings for binding DADataTable to NSTableView.
RemObjects Blogs
– As you might know, Cocoa offers several ways for populating NSTableView with data. The first approach is to use the NSTableViewDataSource protocol, which we are applying widely in our samples. The second approach I want to cover today, is using Cocoa Bindings. What is Cocoa Bindings? Cocoa Bindings is an amazing technology that allows us to establish a full two-way data binding without writing any “glue” code. Cocoa Bindings widely uses the MVC paradigm, where models encapsulate application data, view display and edit data and controllers mediate between model and view. So firstly, ...
Statistics
|
Visits by Source |
User Actions |




