I'm creating an application that allows the user to send a simple email via MFMailComposer. I've already configured that part but i'm trying to figure out, once the email is sent, how do i update the table view showing something like "Email sent" with possibly a time stamp? so far i have a string array that should store the data for emails sent:
var emailSent = [String]()
Any suggestion or help would truly be appreciated!