Is there a really easy way to insert an <hr>
separation in an UITextView ?
I tried something like this, but it's not really pretty :
[textToInclude appendString:[NSString stringWithFormat:@"________________________________________ \n Total: %0.3f", total]];
[self.myUITextView setText:textToInclude];