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 ?
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 ?