Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 440 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 440 Bytes

SwiftUI-Using-UIKit-Views v2

  • Developed in Xcode 12
  • Simple app that displays 5 different feed types in the UK music charts, each feed type will display 10 items
  • Uses UICollectionLayoutListConfiguration to display the feed types and UICollectionView.CellRegistration/UIListContentConfiguration to register and configure the List cells
  • The previous features are the same as https://github.com/mikechan1234/SwiftUI-Using-UIKit-Views