Re: Newbie pulling my hair out regarding a simple xcode issue. Please help :-)

2008-06-23 Thread Matt Mashyna
You need to think in terms of MVC - Model, View, Controller. You have the view now you need to think of the model and controller. Make an object in Xcode called something like MyController. For this simple example you could combine the model and controller. Add an NSMutable Array for your m

Re: Newbie pulling my hair out regarding a simple xcode issue. Please help :-)

2008-06-23 Thread Kyle Sluder
On Mon, Jun 23, 2008 at 12:37 PM, Papa-Raboon <[EMAIL PROTECTED]> wrote: > Could anyone please help in some way either with a description of what > needs to be done or a link to a similar tutorial. Typically, there isn't a tutorial for this sort of thing because these situations tend to arise out

Newbie pulling my hair out regarding a simple xcode issue. Please help :-)

2008-06-23 Thread Papa-Raboon
Hi All, I have been trying to get my hair around Cocoa programming and have worked through many a tutorial and it seems to be coming to me slowly. I wondered if anyone could help me figure out a simple exercise that I came up with myself to make it clearer how to properly address objects with each