I am making a sort of music application and the main view has the playback buttons at the top with other buttons too. This section only takes up the top section of the view as the other part has a container view in it.
I initially had buttons to switch from view to view but I need the audio to be played whilst on different views and to be able to play, pause etc while in the other views
How do I have the button in the main controller act on objects from the child view container?