How could I get an array of emojis found in iOS8.3

后端 未结 2 1340
旧巷少年郎
旧巷少年郎 2021-01-01 04:12

In iOS 8.3, Apple updated a bunch of emojis, and I am wondering if I could get all of the emojis into an array in a quicker way.

Such as:

let emojiAr         


        
相关标签:
2条回答
  • 2021-01-01 04:34

    You can get all emojis from here

    I wanted to categorize them like iPhone Emoji keyboard, so you may face same situation

    let smilyAndPeople = ["                                                                    
    0 讨论(0)
  • 2021-01-01 04:47

    After some struggling,here is the fullest list of emojis found in iOS8.3 written in Swift.Browse in Safari for best compatibility.[April 8 2015]

    let allEmojis = ["                                                                    
    0 讨论(0)
提交回复
热议问题