| Sign In/My Account | View Cart |
| Article: |
Working with Tables: Writing an Address Book Application | |
| Subject: | Nothing Visible | |
| Date: | 2002-03-28 12:33:54 | |
| From: | qmaze | |
|
This is my first Cocoa lesson and after creating the address book and fixing my errors, I run the app but when I try to add anything, nothing shows up. Id I continue to click Add the scroll bar actually starts moving on the table view but no info.
|
||
Showing messages 1 through 3 of 3.
InterfaceBuilder-
double click each NSTableColumn
Tools/Show Info
make sure you enter the identifier at the bottom.
Your entry won't stick unless you 'tab' out of the field
That should fix it.
Make sure your identifier value matches the
forKey:@"..." in createRecord