I want to mail a file (image) as an attachment by just picking it from an Image Picker.
What is the appropriate way I can attach and mail a file (specifically, an image) in iOS Objective-C?
I want to mail a file (image) as an attachment by just picking it
Share
Use the method below
And implement the delegate method
And in your interface file