views:

88

answers:

2

I am looking for a view to display an email on the IPhone. Is there something similar to MFMailComposeViewController?. Please suggest.

A: 

There's exactly MFMailComposeViewController. Not sure what you're asking?

Jane Sales
MFMailComposeViewController can be used to compose email, what if I want to display an email; i.e. I have all the fields to display an email (to, from, cc, subject, time, body etc.), I want to display it exactly how the apple mail client does. Is there a way around?
Anup Nair
You mean display only? Not making an email that can be sent?
Jane Sales
A: 

I used TTMessageController and modified it to create this control

Anup Nair