Hi,

I have the following requirement.

I have an HTML file which contains header tag <h> and paragraph tag <p>. In each paragraph, I might have bold , italic, underline, etc,... styles in it. Now, my requirement is, i need to show all the header tags in table view control. Once i select any of the header in table view control, respective paragraph content should be loaded in the UITextView control in another view. While displaying, it should apply the styles.

I have finished displaying header text in table view and displaying the respective paragraph content in list view control in another. Now, I am not able to apply those styles to it.

Can any one please help me out?