Display an UIView in an arbitrary point of code

Greetings!
Is it possible to display UIView in some point of code (in Protocol implementation for exaple) which does not provide any links to current active view ? Example: I have a framework which contains a protocol implementation wich assume to show some view from its own storyboard. How can I take the current NavigationController to push into it a view from framework ?
Display an UIView in an arbitrary point of code
 
 
Q