如何在iMessage Sticker Extension中包含动画png序列?

时间:2016-08-25 09:32:05

标签: swift xcode animation png imessage

我正在创建一个快速的自定义iMessage Sticker扩展,以嵌入现有的iOS应用程序中,我可以添加单个png作为贴纸:

即。  createSticker(asset:“myStickerName”,localizedDescription:“First Sticker”) ... guard let stickerPack = Bundle.main.path(forResource:asset,ofType:“png”)

但是如何将一系列png图像添加为单个动画贴纸?

1 个答案:

答案 0 :(得分:0)

添加贴纸序列,就像添加简单贴纸一样。 enter image description here

然后拖放您的png图像。

enter image description here