Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it mutable #7

Open
twof opened this issue Dec 28, 2018 · 2 comments
Open

Make it mutable #7

twof opened this issue Dec 28, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@twof
Copy link
Contributor

twof commented Dec 28, 2018

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.

@twof twof added the enhancement New feature or request label Dec 28, 2018
@ChandaniOS
Copy link

Hi,
I want to add 3 different-different UiView so where can add this UIView?

@twof
Copy link
Contributor Author

twof commented Sep 3, 2019

Can you do something like this?

SimplePagedView(with:
    FooView(),
    BarView(),
    BazView()
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants