Convert Apple Emoji (String) to UIImage

前端 未结 8 952
野的像风
野的像风 2020-12-12 21:53

I need all Apple Emojis.
I can get all the emojis and put them into a String by copying them from the site getemoji but in my app i need the emojis in the right

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 22:25

    Swift 5: ( with optional fontSize, imageSize and bgColor)

    use it like this:

    let image      = "

提交回复
热议问题