Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.