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

Support inline rows? #46

Open
Sweeper777 opened this issue May 18, 2020 · 1 comment
Open

Support inline rows? #46

Sweeper777 opened this issue May 18, 2020 · 1 comment

Comments

@Sweeper777
Copy link

Sweeper777 commented May 18, 2020

Currently, if I use inline rows as the left/right row, I can't expand them:

    form +++ Section()
        <<< SplitRow<PickerInlineRow<String>,TextRow>(){
            $0.rowLeft = PickerInlineRow<String>(){
                $0.title = "Choice 1"
                $0.options = ["A","B","C"]
                $0.value = "A"
            }

            $0.rowRight = TextRow(){
                $0.title = "Hello"
            }
            
            $0.rowLeftPercentage = 0.5
            

        }

Any plans to support them? I mean I could replace it with a PushRow, but bringing the user to another VC seems a bit to heavyweight for what I am doing...

@marbetschar
Copy link
Collaborator

@Sweeper777 as I no longer have access to a Mac it's not very likely I will add support for inline rows any time soon. However, I'm happy to support whoever give this a shot - so if you have some time, go for it! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants