'm a newb and am struggling to find documentation.
Example:
NSTableView: setObjectValue:forTableColumn:row
I have looked through all the documentation for NSTableView and cannot
find this method.
Does anyone know where it is?
(I know how to use it, I'm just looking for the documentation.)
_
If I call NSString w = [NSString stringWithFormat:@"something %i", x];
Am I now suppose to call retain on w?
When I'm done I know I'm suppose to release w.
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or mod
stringWithFormat: returns an NSString that is autoreleased. I know
this because I read it in Hillegasses book. But since this does not
seem to be covered in the documentation, if I had not read it in a
book, how would I discover that the NSString was autoreleased?
_
Somehow in my education I missed out on delegates and callbacks. Can
someone point me to a really good explanation that even a dummy like
me can understand?
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or