Skip to content

Support inline rows? #46

Description

@Sweeper777

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...

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions