Is it possible to customise the following items in the UIActivityViewController
?
- background (I want it to be flat white)
- icons of default items
- the cancel button
If I iterate over the subviews none of them seems to be public, so it might be problematic with the approval even if I succeed to change them: UIActivityListView
, UIActivityCancelButton
I saw some custom activity controllers but the amount of dependencies put me off immediately.
Thanks.