-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recently played songs (Working) #96
Comments
I got this working. I pushed the Current Station to my Recently Played View Controller. Then whatever station I am currently on it pulls its LongDesc link and uses that JSON link to parse my recently played tracks as shown above. |
Thanks for share mannyd209! |
Can you please share the completed project with "recently played songs" tableviewcontroller? |
@rezaataiy are you still wanting to see to completed project code? |
@urayoanm No worries bro. |
@rezaataiy I put the completed code up above and this is how the data is seen in the app. {"playHistory": |
Hi there, I'd like to know if you can share the tutorial to add it ? Thank you ! |
Hi, Could you please share the completed project. I'm trying to implement this but I get nil crash. |
So I added a recently played icon button on the now playing page, I linked it to a tableview and got it working. I inputed the JSON recently played link in the station long description. Here is my code for the recently played tableviewcontroller:
The text was updated successfully, but these errors were encountered: