I've made a ResearchKit survey with 11 steps, but I'd like to remove the default cancel button that's on the bottom of every question.
I've come across this command:
stepViewController.cancelButtonItem = nil;
But I can't seem to find the right place for it.
Thanks.