I have a UITextView and a NString;
I made this:
myS = [myInfoTextView text];
but i get this in the console and not the string which is in the uitextview
(
"<UIToolbarTextButton: 0x4d200c0; frame = (6 0; 112 44); opaque = NO; layer = <CALayer: 0x4da5540>>",
"<UIToolbarTextButton: 0x4da5bb0; frame = (128 0; 106 44); opaque = NO; layer = <CALayer: 0x4d9e640>>"
)
PS: I'm using the iphone sdk 4.2.