1

I want to remove WhatsApp Activity icon in UiActivityViewController beacause I create a custom Activity WhatsApp.

In avc.excludedActivityTypes I don't have WhatsApp :-/

Can you help me ?

Thank You !

  • 1
    no , we can't hide this – Anbu.Karthik Oct 02 '15 at 12:45
  • Do you want to remove the icon only? I'm afraid we can't remove only icon of an UIActivity. You can replace it with another icon or remove the entire activity from UIActivityViewController. In my case, I changed the icon. – Manish Verma Nov 23 '15 at 10:26

1 Answers1

0

Don't use UiActivityViewController. Rather use the ones from the SDKs you want to them (Facebook, Twitter..)

iosMentalist
  • 3,066
  • 1
  • 30
  • 40