So my question is is how to add a looping score to my app that is constantly playing throughout the app? For example my app changes views? How can I continue to play audio when I'm changing between views?
Yeah, what Brian said. If you don't want the behavior of music to be attached to view changes, then don't attach them to views. Create another object to manage it.