Re: Using Delegation in communicating data between two controllers....

2009-08-18 Thread Evan M
Ric, There is a very good tutorial from Cocoa Dev Central regarding delegates: http://cocoadevcentral.com/articles/75.php And from that article there is a link to another good article as well: http://www.stepwise.com/Articles/Technical/2000-03-03.01.html As mentioned in the articles, del

Using Delegation in communicating data between two controllers....

2009-08-14 Thread Frederick C. Lee
Environment: iPhone (but Cocoa as well)... I was using the App Delegate as the link amongst view controllers in sharing data. The 'App Delegate', being persistent, was my 'global data' clearing house. But now I learned that this is frown upon. The preferred way is using delegation to