i have got some data,i converted it into string but it is not displayed in textView..Can someone help me with this?This is what i have written....
aStr = [[NSString alloc] initWithData:data encoding:NSASCIIStringEncoding];
[mTextView setStringValue: aStr];
is there some other method to do this? mTextView is an outlet here of type NSTextView