SimplePagedView
SimplePagedView copied to clipboard
Make it mutable
SimplePagedView is currently best used immutably, because that's what we're doing within Redbooth. This is a clunky and unnatural way to use a UI component without a lot of auxiliary infrastructure. SimplePagedView either needs to be mutable, or needs to include something to assist with immutable usage.
Hi, I want to add 3 different-different UiView so where can add this UIView?
Can you do something like this?
SimplePagedView(with:
FooView(),
BarView(),
BazView()
)