UIView needs to push a UIViewController (delegation)
问题 I'm having a hard time getting my head around custom delegation - I would be most grateful if someone could help me: I have a UIViewController with a tab bar controller, and each of these contains a subclassed UIView. In one of the views, I have a UIButton in which I want to load a UIDocumentInteractionController. I already have the code to do this second part, as the document controller needs access to a UIViewController in order to get pushed to the stack. But how can my UIView get access