Archive for the 'OSX Dev' Category

Cocoa, Core Data, and me (II)

Friday, April 13th, 2007

I promised to describe how to implement validation to ensure uniqueness in the database. Here goes. First, you need to open the datamodel in XCode. With the datamodel on screen, select File… New… and you’ll see “Managed Object Class” under the section “Design”. Note that this choice simply isn’t there unless you first opened the [...]

Cocoa, Core Data, and me (I)

Thursday, April 12th, 2007

My travails as I implement my first project in Cocoa, part I.