apptekstudios / ASCollectionView

A SwiftUI collection view with support for custom layouts, preloading, and more.
MIT License
1.35k stars 161 forks source link

Request: WatchOS Support #166

Closed NickAtGit closed 4 years ago

NickAtGit commented 4 years ago

It doesn't seem to work on watchOS. Is there any plan to get it to work on the watch?

Thanks

apptekstudios commented 4 years ago

Hi Nick, unfortunately because we’re using UIKit under-the-hood this library can’t be ported to watchOS. However, there are some purely SwiftUI grid libraries that might meet your needs on the watch 🙂

NickAtGit commented 4 years ago

Hi @apptekstudios could you point me to a suitable one?

apptekstudios commented 4 years ago

I haven’t used any myself, but this one looks reasonable https://github.com/pietropizzi/GridStack