Add Stickers in Custom KeyBoard Extension

后端 未结 2 1880
迷失自我
迷失自我 2020-12-10 21:56

I am looking to create a Custom Keyboard for iPhone,iPad. I have successfully integrated Phrases and Emoticons into the Keyboard, But couldn\'t get any idea how to add stick

2条回答
  •  無奈伤痛
    2020-12-10 22:53

    You can create UIImageView inside UICollectionView or UITableView, and show sticker images inside these UIImageViews. And when user taps on them, just get the UIImage present in that view.

提交回复
热议问题