Skip to content

A binding between forms and boolean variables is possible?? #1544

@BiagioMarra

Description

@BiagioMarra

Using researchkit, it is possible to show forms in a step of a task based on the boolean variable set in the previous step.
` let BodyStep = ORKCustomStep(identifier: "myBodyStep")
BodyStep.isOptional = false
BodyStep.title = "Body Check".

let BodyView = BodyCheckView(frame: CGRect(x: 0, y: 0, width: 400, height: 400))
BodyStep.contentView = BodyView
`

from this view I set the boolean variables, based on these I would like to make a step, with forms based on the previously set boolean variables.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions