Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 374 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 374 Bytes

SwiftUI-Using-UIKit-Views

  • Developed in Xcode 11
  • Simple app that displays top 10 songs in the UK music charts
  • Uses UIViewRepresentable to display a UICollectionView that uses UICollectionViewDiffableDataSource and UICollectionViewCompositionalLayout
  • App uses URLSession Combine extension to parse the response and append it into the quotes array in the view model