Loading some data to start
I like to load some fake data to work on, at least for development. We talked about how to do that the other day. We use a plist file.
Here is the code to load it:
We allocate and init CheckbookItem objects and fill in their data variables. These are stored in the @synthesized variable (in MyDocument), checkbookItemsArray. This code is duplicated to some extent elsewhere, but I haven't fixed that yet.
We also register ourselves as observers for certain keys in the objects we've made.
Now that we have some data, we are ready for the User Interface and some pretty screenshots.