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
Labels
question
Further information is requested
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 likeList
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
insideSwiftUI
-land.The text was updated successfully, but these errors were encountered: