I\'ve done this to get the view:
[self.superview viewWithTag:10]
But how can I get that view\'s viewcontroller. Just like you can get the the v
you can use
[yourUIView.window.rootViewController doSomething]