Follow the design advice of making the content the control whenever possible.
This means that you don't have separate controls that manipulate content when a gesture can accomplish the same thing.
For example, if you have an image of a musical album, you don't need a separate control button to play it.
Just a tap on the album image should play it.
Look at how images are grabbed and expanded all without the need for any space-wasting controls.