i have a core-data app with an entity that has
hostname username password
(all NSString) for attributes.
Then I'v linked up the core data model, the array controller, and table view with add and remove buttons.
Basically, at this stage I have written about zero lines of code and the app works great.
(This is simple version of Chapter 11 from Cocoa Programming for Mac OS X, Hillegass)
The question is how do I (programmatically) get the selected entity/object as seen in the tableView from managedObjectContext or the array controller?