kavsoft
patreon
Building Compositional Grid Layout With iOS 18 APIs
🕑 Added 2024-08-05 19:32:16 +0000 UTCSource Code For Building Compositional Grid Layout With iOS 18 APIs.
Supports iOS 18.0+
Download Code 👇
Comments
Sean Kelly
I had this error Incorrect argument label in call (have 'subviews:_:', expected 'subviewsOf:_:') here: Group(subviews: content) { collection in But this is the fix: Group(subviewsOf: content) { collection in