Hello everyone,
I have an application which generates a csv-file and then attaches it to an email using MFMailComposeViewController. This all works fine.
My problem is that I would like to add an option to view the contents of the csv before sending it. This functionality exists in Mail, where an attached csv can be displayed as a spreadsheet. My question is: can I access this functionality somehow to display the file, or do I have to resort to low level Core Graphics coding to generate the spreadsheet?