I want to develop ios share extention with custom callout. In apple documents
To provide a custom compose view instead of the standard one, deselect “Us
This answer above deserved an update. We should not change super class of ShareViewController, instead configure it via configurationItems to add configuration options via table cells.
ShareViewController
configurationItems
This tutorial show how to do it properly.