1

I am using UIActivityController to share the information in mail,facebook,gmail. But in gmail my message body becomes the message subject. Plz tell what will i do to remove this.

Thank you

kajal
  • 11
  • 4

1 Answers1

0

You should pass NSUrl as activityItems array to avoid copying body content to subject. I provided details here.

bkmza
  • 241
  • 2
  • 8