Tagged with: GitHub mediaplayer UIView Animated Music
Recently wrote a music player with Swift. To tidy up the knowledge points.
1, the use of Tabview, the addition of Tabviewcell UIView animation
2. Swift network asynchronous request and data analysis
3, the addition of gesture UITapGestureRecognizer
4, the use of MediaPlayer
5, the use of Progressview
Knowledge points are relatively simple to use.
GitHub Address: Doubanmusic
Error Summary:
1. Invalid when adding gestures. is because there is no interaction to open tapgesturerecognizer. This is the picture I'm listening to here.
2, self.dismissviewcontrolleranimated (True, Completion:nil) invalid
This question I have been very tangled, I put navigationcontroller remove just good, have not time to solve, I in churn churn, each road big God also know reason can tell me.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
swift-Implementing a music player case