DEV Community

Tobeas Brennan
Tobeas Brennan

Posted on • Updated on

 

A SwiftUI CollectionView (with proper custom layouts)

We've been working with SwiftUI lately and worked some generics magic to implement a SwiftUI CollectionView (with UICollectionView underlying it).

Check it out at https://github.com/apptekstudios/ASCollectionView

Any ideas for changes in the API or other improvements are very welcome in the issues tab :)

Example 1
Example 2

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git