Created
November 28, 2016 20:50
-
-
Save MikeTradr/fe56ae9c35973ff28f248089fc0a75e5 to your computer and use it in GitHub Desktop.
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
case "record": | |
flagAutoRecord = true | |
defaults.setObject(flagAutoRecord, forKey: "flagAutoRecord") //sets flagAutoRecord for processing | |
print("p339 we in here? query: \(query)") | |
if let tabBarController = self.window!.rootViewController as? UITabBarController { | |
tabBarController.selectedIndex = 2 //main Dictate screen | |
//DictateViewController.sharedInstance.record() | |
} |
DonMag
commented
Nov 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment