I am very new to ResearchKit and I have just created my own custom active step along with a view controller and I need the next button to be disabled for a short period of time. I am not sure how to accomplish this at the moment. I discovered I could change the title, but I cannot disable the button as I could with the cancelButtonItem in the navigation bar. For example, to disable the cancel button like this
cancelButtonItem.enabled = false
Is there something like that for the next button in a active step? If so can someone give me an example of such?