CollectionThing
CollectionThing copied to clipboard
Scroll fast using pure SwiftUI
I got this runtime warning while running the code. I got this for one of my other preference changes. The only way I could get rid of this warning was...
1. Refactors logic into FastCollection which now takes an arbitrary model and view 2. Added public/private to things in a reasonable way 3. Adding the ability to have variable row...
This can be shown by the following code. When tapping on increment, the view doesn't update. This because visible rows isn't updated so it's still showing old data. I've fixed...