How can I display a Tab (\t) on a textview ?
I have a small piece of code (Example Below) which is well formated with Tab's and new lines. But when I view this code on a text view it does not show the tab's, but it does show the new lines.
@interface Animal : NSObject {
NSString *name;
NSString *description;
NSString *imageURL;
}
Thanks for the help.