is there anyway to display HTML content
Posted
by senthilmuthu
on Stack Overflow
See other posts from Stack Overflow
or by senthilmuthu
Published on 2010-01-04T07:35:55Z
Indexed on
2010/05/19
9:00 UTC
Read the original article
Hit count: 168
iphone
|iphone-sdk
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?
© Stack Overflow or respective owner