I have an Editable NSTextView,In which user will write using different font style, on certain action i need to prepare the HTML Formate of it, Can anyone suggest me, how i can retrieve the data from NSTextView, I am able to use
[[pInputText textStorage] words];
but it returns NSArray, from which i am not able to get NSMutableString,
Can anyone suggest me the best possible way to retrieve the String/data what user typed and in which format.