1

http://zapt3.staticworld.net/images/article/2012/09/ios6-mail-thum-100004989-large.jpg

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.

Dave Clemmer
  • 3,741
  • 12
  • 49
  • 72
DNB5brims
  • 29,344
  • 50
  • 131
  • 195

2 Answers2

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