What is the Objective C attribute (@property) assignment message passing notation?
name is a property declared in another file, retain, synthesize … everything in order.
In main.m i have this one line
calculator.name=@”Martin”;
What is the message passing equivalent of this? How do i set an attribute via message passing, what’s the syntax?
http://cocoacast.com/?q=node/103