I'd like to use UIActivityViewController to share different content via Facebook, Twitter and Mail. But in addition to sharing I need also do some things, for example logging.
- Is there a possibility to add custom functionality to system - UIActivities?
- If not, is this a proper way to subclass UIActivity to provide share via Facebook, Twitter, Mail? 
- Or may be - UIActivityViewControlleris too simplified and I have to use custom view controller for custom purposes?
