C# Xamarin.IOS / MonoTouch - Toolbar Disappears

Posted by Goober on Stack Overflow See other posts from Stack Overflow or by Goober
Published on 2013-06-25T14:45:19Z Indexed on 2013/11/01 15:55 UTC
Read the original article Hit count: 278

Filed under:
|
|

I have a Xamarin.IOS/Monotouch project with 2 views - MainView and View2.

  • My MainView window has a navigationController at the top, and a toolbar at the bottom.
  • When I call PushViewController(View2,true); - I get pushed from MainView to my second view (View2).
  • View2 also has a navigationController at the top, but it DOES NOT have a toolbar at the bottom - intentionally.
  • When I click the "Back" button on View2 to push back to my MainView, the toolbar at the bottom of MainView has disappeared.

Any ideas on how to get around this?

Much appreciated.

© Stack Overflow or respective owner

Related posts about c#

Related posts about monotouch