FROM : William Squires
DATE : Sun Jun 22 18:02:36 2008
okay, looking up tableView:setObjectValue:forTableColumn:row shows
that setObjectValue: takes an (id), but what is it really? An
NSString pointer? I want to get an NSString that represents the new
value the user typed in for the selected (and edited) cell in the
NSTableView. Can I safely typecast this to (NSString *)? In which
case, maybe the docs should say that this is an (NSString *) instead
of (id)?
DATE : Sun Jun 22 18:02:36 2008
okay, looking up tableView:setObjectValue:forTableColumn:row shows
that setObjectValue: takes an (id), but what is it really? An
NSString pointer? I want to get an NSString that represents the new
value the user typed in for the selected (and edited) cell in the
NSTableView. Can I safely typecast this to (NSString *)? In which
case, maybe the docs should say that this is an (NSString *) instead
of (id)?
| Related mails | Author | Date |
|---|---|---|
| William Squires | Jun 22, 18:02 | |
| Jeff LaMarche | Jun 22, 18:13 | |
| Daniel Richman | Jun 22, 18:14 | |
| Jens Alfke | Jun 22, 18:22 | |
| William Squires | Jun 22, 18:46 | |
| Quincey Morris | Jun 22, 21:44 |






Cocoa mail archive

