Created
February 23, 2016 11:00
-
-
Save vtourraine/a5b776a0f152240a3ebc to your computer and use it in GitHub Desktop.
AppCore / Medication
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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