Show Emoji keyboard programatically in iOS 9.0
问题 I have a textfield where i need the user to select an emoji to proceed. How do i trigger the emoji keyboard by default? I know there is a way to get all keyboards but i am not sure how to select one by default. NSArray *array = [[NSUserDefaults standardUserDefaults] objectForKey:@"AppleKeyboards"]; NSLog(@"Keyboards: %@", array); The output of all the installed international keyboards looks as follows: Keyboards: ( "en_US@hw=US;sw=QWERTY", "zh_Hant-HWR@sw=HWR", "emoji@sw=Emoji" ) I am