I have an app I’m creating and I need some help. Under the view did load I have a code to play music which is fine. Then there is button saying ‘play’ when they click play the music STOPS and a animation starts. Now after the animation finished 2 buttons appear. How would I state animation stop animating like a void or ibaction so then I can put when the animation stop animating happens play the music again. If this dosent make sense please feel free to ask questions, Im a beginner so take it easy on me 🙂 thanks
Share
Would allow you to know when an animation is completed, code in the completion block will be executed when the animation finishes.