| Sign In/My Account | View Cart |
| Article: |
The Cocoa Controller Layer | |
| Subject: | ...And now? | |
| Date: | 2004-04-08 01:25:00 | |
| From: | isil | |
|
As already stated, that's a great article on a great technology. But it lacks a crucial (IMHO) point: how the collected dictionary of book objects can be accessed from the myDocument class? this closes the MVC loop, and allows us poor mortals to serialize the library down to a file... |
||
Showing messages 1 through 3 of 3.
Stock
NSString* Name;
NSMutableArray* stuff;
You add an ArrayController and bind it to Stock with the key stuff.
There is no need for an IBOutlet.