Modeling iOS volume buttons in Xcode

I am writing a program that performs some functions when I press the iPhone volume button (e.g. Camera +). There are a few questions indicating how to do this, but does anyone know how you can test this in a simulator? I would expect that there would be some kind of panel that I could open, where I could click the lock, the home button or the volume buttons, but I did not see anything. Do I need to test on equipment to test this feature? The first iOS developer. Using Xcode 6.

+7
ios iphone xcode simulator volume
source share

No one has answered this question yet.

See related questions:

1348
How to "add existing frames" in Xcode 4?
981
How to download Xcode DMG or XIP file?
868
Xcode Error "Could not find disk image for developers"
746
Failed to start Xcode process: security
650
Xcode 6: the keyboard does not appear in the simulator
575
Version vs build in Xcode
137
Xcode 6 Storyboard is the wrong size?
5
IOS hardware volume buttons - press and hold
2
Android - SoundPool volume control with hardware level buttons?
one
How to disable iPhone X in Xcode simulator?

All Articles