Episoed 4 : recipieViewController property ?
Shahed Moolji
6 posts
|
Hi, In Episode 4 when you are delegating the removeIngredients:forReciepe: method all the way to the App Delegate, you create a IBOutlet from IngredientsViewController—>ReceipeViewController. At the same time, you also create a property for this. Its confusing because I thought as a rule of thumb, if you intend to use an IBOutlet, Thanks |
Bill Dudney
372 posts
|
Hi Shahed, The property is not necessary. I often find it convenient, but its not necessary. |
Shahed Moolji
6 posts
|
Thanks Bill. |
Bill Nalen
10 posts
|
I wondered about this too. Also, since your property is doing a retain, aren’t you supposed to do a dealloc and release it too? As an aside, it must be really hard to edit in a change to the screencast. They are super helpful but I wondered how much time it takes vs. the $5 I’m paying. |
Bill Dudney
372 posts
|
Hi Bill, You are correct about the memory mgt, but I try to limit the conceptual space that I’m covering in each screen cast. I’m thinking we need a series screencast on memory mgt on the iPhone. |
5 posts, 3 voices
