The view of the email message looks like I see it, it is a scroll view with the container, the container again has a header (including the from, date, and subject fields) and a webview of the content.
Now, when you zoom in on the web view, the title stays in the same place and size.
Is it possible to make a similar representation using public APIs? I see that UIWebView is not a subclass of UIScrollView, so it does not look like scrolling in scroll.
source
share