how to justify text in UITextView
I try this like this but this code do not give any output , please help me.
[web loadHTMLString:[NSString stringWithFormat:
@"<html><body><p align=\"justify\"> %@ </p> </body></html>",
[dict1 objectForKey:@"services_description"]] baseURL:nil];
