I'm displaying a popover with the contained view controller having the modalInView property set. I need the user to enter a response here before continuing.
While this disables most of my user interface controls, it does disable the toolbar buttons on the main app. I don't want the user to interact with the application before selecting an item in the popover and closing it.
Am I missing something clever here - i.e. that would disable the toolbar by default? Why does it remain active? Is there some user interface guidelines that require it?
Should I just set the toolbar to disallow user interaction, or is that messy?