I always copy NSStrings! name = [obj copy]; if (name != nil) { // create the internal // structure of the cell // if not present, // and change the // widget values } } 45
an "assign" property delegate = obj; if (delegate != nil) { // create the internal // structure of the cell // if not present, // and change the // widget values } } 46