Im using Xcode, and when i tap/drag on my imageView at the bottom of the screen, I want it to be brought up and reveal all of it on screen similiar to the way Spotify does it when you click the banner at the bottom. Any ideas?
How to animate an object vertically with touch like Spotify's music player does when tapping the song,
990 views Asked by Lehman2020 At
2
I recommend using spring animations if you want a nice animation like this:
Sorry for Swift code, if you're not able to translate it then let me know :)
Edit
For Objective-C the code would look something like this: