Create a recycler with collectionView in Swiftui
Project detail
Elements are mandatory : use CollectionView (not scroll view) in swiftUI to display a list based on a retrieved User model with picture ,name and if he is a contact or not .
Layout isn t important , this is just a demo for me but :
TapGesture must be implemented for each element displayed (whole cell, picture, name, contact) with retriving of id , pagination must be implemented and scroll to a specific element .