Simple App to Display the top 100 albums across all genres from iTunes https://rss.itunes.apple.com/en-us
This project is also implemented using UITableViewDiffableDataSource if you're interested in that checkout this branch or more specifically this viewController.
git clone git@github.com:dtroupe18/Top100Albums.git
.cd Top100Albums
.open -a "/Applications/Xcode.app" *.xcworkspace
.- Sign with your certificate.
- Run.
Light was dark mode was handled automatically using system colors.
Top100 Albums is an MVVM app that follows the coordinator pattern.
Cocoapods were added to version control so you shouldn't need to install them.
Pods:
Testing Pods:
- Run tests using the
iPhone 8
simulator iOS 14. - The version of iOS on the simulator can cause snapshot tests to fail.