https://github.com/possen/lyricsitunes
iOS app that displays lyrics of songs found on iTunes
https://github.com/possen/lyricsitunes
ios itunes itunes-api itunes-search lyrics swift
Last synced: 5 days ago
JSON representation
iOS app that displays lyrics of songs found on iTunes
- Host: GitHub
- URL: https://github.com/possen/lyricsitunes
- Owner: possen
- Created: 2017-06-26T07:23:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T16:54:34.000Z (about 6 years ago)
- Last Synced: 2025-02-24T03:44:24.071Z (over 1 year ago)
- Topics: ios, itunes, itunes-api, itunes-search, lyrics, swift
- Language: Swift
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lyrics from iTunes
## Demonstrates
* Network Requsts using NSURLSession
* Asynchronous loading of thumbnails
* Swift 4 serializaiton
* New Apple iOS 11 integrated search navigation bar
* Adaptor Pattern to keep the view controller small and Single Responsibiltiy Controllers.