Quote:
Originally Posted by bhmayo
It gets a bit odd what I want to do upon detection that both buttons are pressed. For my application, the standard view is a TabBar view but when a particular TabItem is selected, the TabBar view does away and the two-button view takes full screen. I want to make it where when both buttons are pressed the application navigates the user back to the TabBar view.
I can work through the specific of that navigation/view manipulation, I just need to understand how, during the pressing of the buttons, I can at least have a method (action) invoked.
thanks.
|
But my questions is if anything will happen when pressing one button? If nothing will happen with just one button it is easier to wait for both being pressed. It would however still be possible to do it, you will just probably want to use a timer to wait to see if a second finger comes down. So does pressing one button do anything?