is there anyway to display HTML content
- by senthilmuthu
hi,
i tried the following one from iphone cook book .i displayed HTML content through accessing private API of UITextview like
@interface UITextView (extended)
- (void)setContentToHTMLString:(NSString *) contentText;
@end
it works FINE.but Apple wont allow accessing private API.any solution pls?