Hi guys!
As posted throughout the web, the only way to display html content inside UITextView is by using a private API function setContentAsHTML, and if you use this function you won't get your application on AppStore. But there are several word editors which seem to be using UITextView or maybe a custom one made by themselves in their app.
So I needed to ask if it is possible for us to develop our own RichTextView that allows rich text editing and formatting. Even MFMailComposer has a rich text editor for composing emails.
Thanks Basit Ali