我有一个贴纸包Stickers.xcstickers,里面有一些贴纸。我想以编程方式获取这些贴纸之一,并将其放入UICollectionViewCell中的MSStickerView中。我知道使用UIImage这很容易,你可以做到letmyImage=UIImage(named:"myImage.jpg")MSSticker是否有类似的功能?letmySticker=MSSticker(named:"mySticker")显然是行不通的。有MSSticker(contentsOfFileURL:URL,localizedDescription:String但我不确定如何在可能的情况