I'm just learning Xcode. I able to play an mp3 and show the slider progress, volume control within the main view. It works fine, however now I want to reconstruct slider progress and volume control on detail view. How can I do it?
In main view I only have three button, play, stop and detail. When I play, stop in main view no problem, I click detail button switch to detail view how my slider progress will update the music play? And volume control as well? I'm using storyboard to switch the view.