FROM : malcom
DATE : Sat Mar 22 19:45:59 2008
Ok I've just found a solution.
Make a new NSString object with a copy of the textview string and pass it.
NSString *tmp = [[NSString alloc] initWithString: [[view textStorage] string]];
DATE : Sat Mar 22 19:45:59 2008
Ok I've just found a solution.
Make a new NSString object with a copy of the textview string and pass it.
NSString *tmp = [[NSString alloc] initWithString: [[view textStorage] string]];
| Related mails | Author | Date |
|---|---|---|
| malcom | Mar 22, 11:32 | |
| malcom | Mar 22, 12:25 | |
| malcom | Mar 22, 19:45 | |
| Andrew Merenbach | Mar 23, 02:21 |






Cocoa mail archive

