Created
September 2, 2017 14:39
-
-
Save Fahrni/fb03913774f026787892cd2d42ab741b to your computer and use it in GitHub Desktop.
This file contains 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
fileprivate func displayOptionsViewController() { | |
guard let optionsViewController = OptionsViewController.create(completionBlock: optionsCompletionHandler) else { | |
NSLog("Failed to create OptionsViewController, whoops") | |
return | |
} | |
self.show(optionsViewController, sender: nil) | |
self.optionsViewController = optionsViewController as? OptionsViewController | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment