LTNs35
LTNs35
I've made a fork of this project and I'm planning to maintain it, any help it's welcome. For the moment I only upgrade the Go version to v1.18 https://github.com/ltns35/ozzo-validation
As workaround I've tried using the following code and views are being rendered lazily. But it would be better if library offers this feature. ```swift MasonryVStack { ForEach(array) { item...
The complete source code is a little bit complex, but what I'm doing is loading images from photosPicker and display them after being processed as UIImage. ```swift ReordableVGrid(items: $vm.selectedItems, activeItem:...
I think I found the issue, I've made the following test and I perceived the problem is related to the ScrollView, when I add it it's when the lag appears,...