In my application, i have a UITextView
with many lines, but I need the data with proper appearance.
Is it possible to have Justified Alignment in
I have come to a solution that works. First of all, you will need to change your UITextView and use a UIWebView
instead.
Details.h
@interface Details : UIViewController {
IBOutlet UIWebView *descripcion;
}
@property (nonatomic, retain) UIWebView *descripcion;
Then, load your UIWebView
as follows:
Details.m
[descripcion loadHTMLString:[NSString stringWithFormat:@"