1

Wondering if anyone knows if it is possible to hide the navigation controls only on a custom step inside a task, rather then on the entire taskviewcontroller via

tvc.isNavigationBarHidden = true

Thanks ahead of time

Chris Peragine
  • 158
  • 2
  • 8

1 Answers1

0

In case anyone else comes across this, the solution, if it's a custom ORKStep, is to set the visibility in the ORKStep that you've created.

Chris Peragine
  • 158
  • 2
  • 8