How do I add an image in the circled part of the UIActivityController? I don't need it included in the sharing part, I want to add it right there. I tried:
ac.tabBarItem.image = UIImage(named: "uLogo")
let items:[Any] = [UIImage(named: "uLogo"), "What do you think of my Take on the uSTADIUM App? Sign up so you can bet with or against me!", url]
let ac = UIActivityViewController(activityItems: items, applicationActivities: [])
Which doesn't work, so not sure how to do this

you can try custom
UIActivityViewControllerusage:
The result:
How I know
LPImageView?