A iOS application written in Swift, that lists my favorite bands, when the user selects a band, a tableView is displayed showing band details separated by Members and Albums sections. In this TableView, there are 2 customized cells. When clicking on an album, the video clip of the selected single will open on YouTube.
- Dark Mode
- Modern TableView
- MVVM
- View Code (UIKit)
- Custom elements
- iOS 17.0 or later
- Xcode 15.0 or later
- Swift 5.0 or later
- List of bands
- Section by members and albums
- Show video clip on youtube
First of all download and install Xcode, Cocoapods and then clone the repository:
$ git@github.com:diggosilva/FavoriteBands.git
After cloning, do the following:
$ cd <diretorio-base>/FavoriteBands/
$ open FavoriteBands.xcworkspace/
- SDWebImage - Asynchronous image downloader with cache support as a UIImageView category
- Diggo Silva
- Junior Silva
- Helio Mesquita