a noob question here.
i would like to give the user a button that would prep an email with the content of a UIView attached.
is this (easily) doable ? I know how to create a basic email, but not with attachments and certainly not with a dump of an UIView content. I am guessing this would be a two step process. First get the content of the UIView into a "attachable form" (how ? #1). Then attach it. (how ? #2)
could someone please point me the right direction ?
thank you!