Skip navigation.
 
mlRe: Changing properties inside a relationship entity
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]];

Related mailsAuthorDate
mlChanging properties inside a relationship entity malcom Mar 22, 11:32
mlRe: Changing properties inside a relationship entity malcom Mar 22, 12:25
mlRe: Changing properties inside a relationship entity malcom Mar 22, 19:45
mlRe: Changing properties inside a relationship entity Andrew Merenbach Mar 23, 02:21