ios8.3
iOS 8.3: UIActivityViewController shows extraneous row
In iOS 8, UIActivityViewController is still an API that only provides custom functions, but not custom UI. You can’t change the way it looks. The only part of the visual style you can change is the icon of your custom UIActivity subclasses. (ref) This is how Apple implements this, and it cannot be changed as … Read more