I have two navigation controllers that are nested together, the first nav is in the front and the other one is in the background. So to view the other view I have sliding animation like facebook app.
But my problem is when I call to show message UI on the second navigation view its just show me black window. It may have affect of the first view thats infront of it.
So my question is how to display the message UI to main window? this might solve the problem rather than showing to one of the navigation views.