Skip to content

Instantly share code, notes, and snippets.

@vtourraine
Created February 23, 2016 11:00
Show Gist options
  • Save vtourraine/a5b776a0f152240a3ebc to your computer and use it in GitHub Desktop.
Save vtourraine/a5b776a0f152240a3ebc to your computer and use it in GitHub Desktop.
AppCore / Medication
let vc = APCMedicationTrackerCalendarViewController(nibName: "APCMedicationTrackerCalendarViewController", bundle: NSBundle(identifier: "org.researchkit.APCAppCore"))
vc.step = ORKStep(identifier: "medstep")
let navController = UINavigationController(rootViewController: vc)
navController.navigationBar.translucent = false
// window().rootViewController?.presentViewController(navController, animated: true, completion: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment