Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Experiment and see if Family can support SwiftUI #199

Open
zenangst opened this issue Oct 7, 2020 · 0 comments
Open

Experiment and see if Family can support SwiftUI #199

zenangst opened this issue Oct 7, 2020 · 0 comments
Labels
question Further information is requested

Comments

@zenangst
Copy link
Owner

zenangst commented Oct 7, 2020

Family does one thing and it does it pretty great. It is to encapsulate scroll views (and other views) into one scrollable feed meanwhile ensuring that dequeuing stays intact for things like collection views and table views and that performance is still top-notch.
This is normally kinda hard to achieve in UIKit, hence the framework's inception.

The way forward, now that we are slowly transitioning into the world of SwiftUI, it would be interesting to see if this framework could be adapted to support the same kind of functionality in that landscape. SwiftUI does support multiple vertical stacks inside of a scroll view, but not with things like List which is harder to get working when they should be self-sizing.

I propose that we do some experimentation here to see if there is a future for Family inside SwiftUI-land.

@zenangst zenangst added the question Further information is requested label Oct 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant