I am working on an application which is built in objective C
.
I have to implement UIActivityController
which is easy to implement using swift in any application but since I am not familiar with Objective- C
even by a %, can I use swift
code to implement the UIActivityController
in a button?
If so, how?