I\'m creating an application to share images via social media platforms but on WhatsApp especially. I tried using UIActivityViewController but it doesn\'t displ
UIActivityViewController
You need to make the controller a member variable of the class, because controller must be retained.
controller