Reputation: 16758
What is the control used as editor to compose messages in mac mail?
My guess is TextView but I cannot get:
From this question I got the clue that they can have used WebView in mac mail, but this post is still has not been answered.
Can anyone suggest some idea or link or code through which I can implement - formatting messages like in mac mail?
Upvotes: 2
Views: 321
Reputation: 46020
Apple Mail definitely uses a WebView as its editing interface. You'll need to implement the various WebView delegates in order to achieve the functionality you want, there's definitely nothing that will work "out of the box".
Upvotes: 2