I am working in the Learn Cocoa on the Mac book and I am stuck on Chapter 9 building the QuoteMonger app.
I am running XCode 4.5.2, and I do not have the Automatic GUI Assistant so I am building the GUI for QuoteMonger by myself. But when I create all of the bindings I am running into a small problem. I have the Quote Finder Window all set up as well as the Data Entry Window. All of my quotes are showing up on the Quote Finder page, but when I delete a quote from the Data Entry Page, it doesn't delete it on the Quote Finder page, it only deletes the show's name for that quote in the table view. I'm not sure how to fix this, any help?
Comments