Skip to content

mikechan1234/SwiftUI-Using-UIKit-Views

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Basic concept of UIViewRepresentable in SwiftUI and UICollectionViewDiffableDataSource/UICollectionViewCompositionalLayout in UIKit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages