I had this same problem. I wasn't really ever able to solve it correctly (hopefully someone here can help), but I was able to fake it by adding a UINavigationBar to the modal view as a subview. In doing that, it's possible to add UIBarButtonItems in the same way you would with the parent navigationcontroller, and it gives the same appearance. Worked for me at least. If you're interested, I have some sample code.
Cheers, Brett On Thu, Jun 21, 2012 at 7:32 AM, Mike Murdock <[email protected]> wrote: > I have a toolbar that opens up another view modal. I am adding buttons > to the modalNavigationController Navbar. But when opening the modal view > the navbar does not show, only the parent nav bar shows.**** > > ** ** > > Any help would be appreciated.**** > > ** ** > > ** ** > > *Michael Murdock * > *Software Engineer* > > (865) 482-1999 > (865) 481-0921 fax > www.allmeds.com**** > > ** ** > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
