As you can see the iOS Mail client can see some rich emails, so, it seems that it is not a TextArea, what is the Mail Client using? A UIWebView? or something custom make? Thanks.
Asked
Active
Viewed 74 times
2 Answers
2
Emails contain HTML content, which is always rendered in a WebView
no matter what modern email client you use, so yes, it is a UIWebView
.

Dave Clemmer
- 3,741
- 12
- 49
- 72

CodaFi
- 43,043
- 8
- 107
- 153
0
It can not be any default UIElement
. I think it is a customised view

Dave Clemmer
- 3,741
- 12
- 49
- 72

Ratikanta Patra
- 1,177
- 7
- 18