I am creating a custom keyboard and I want to go directly to the emoji keyboard that is provided by Apple when the nextKeyboard button is nextKeyboard .
@IBAction func nextKeyboardPressed(sender: AnyObject) { advanceToNextInputMode() }
This code brings me to the keyboard.

And I want this keyboard to open when nextKeyboard

Is it possible? Is there a way to access the stack of installed keyboards?
source share