Skip navigation.
 
mlRe: Basic info about outlets
FROM : Graham Cox
DATE : Thu May 15 15:32:06 2008

I did say I was simplifying. Write for the audience.

The procedural code doesn't have a hidden 'self', it's completely 
explicit:

id objc_msgSend(id theReceiver, SEL theSelector, ...);

G.

On 15 May 2008, at 11:21 pm, Torsten Curdt wrote:

> Hm ...I would have though the runtime would just do dependency/
> reference injection.
> And the procedural code has a (hidden) reference/parameter to the 
> object instance - that would be "self".

Related mailsAuthorDate
mlBasic info about outlets John Love May 15, 13:30
mlRe: Basic info about outlets Graham Cox May 15, 13:53
mlRe: Basic info about outlets Torsten Curdt May 15, 15:21
mlRe: Basic info about outlets Graham Cox May 15, 15:32
mlRe: Basic info about outlets Mike Abdullah May 15, 15:36
mlRe: Basic info about outlets Torsten Curdt May 15, 15:53
mlRe: Basic info about outlets Erik Buck May 15, 16:08
mlRe: Basic info about outlets Graham Cox May 15, 16:13
mlRe: Basic info about outlets John Love May 17, 16:01