Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matthijsotterloo/0c2c3d037c68c92725ab8c9b5f27acb0 to your computer and use it in GitHub Desktop.
Save matthijsotterloo/0c2c3d037c68c92725ab8c9b5f27acb0 to your computer and use it in GitHub Desktop.
Swift 2 get keyboards.
func installedKeyboards() {
let installedKeyboards = NSUserDefaults.standardUserDefaults().objectForKey("AppleKeyboards")
println(installedKeyboards)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment