gpt4 book ai didi

swift - 从 PasteBoard 将 GIF 插入 UITextView 并为其设置动画

转载 作者:行者123 更新时间:2023-11-30 13:15:06 28 4
gpt4 key购买 nike

有没有办法在 UITextView 中插入 Gif 文件并为其添加动画?我看到了几个例子,但我需要 gif 名称,或者将 gif 分割成帧,然后再次获取它们的名称。我从互联网下载图像并复制它。我想将图像粘贴到 TextView 中并为 gif 制作动画。

提前致谢

最佳答案

我在 imageView 中尝试过,希望它也适用于 textView

 let imageData = NSData(contentsOfURL: NSBundle.mainBundle().URLForResource("splash_bg", withExtension: "gif")!)
let imageGif = UIImage.gifWithData(imageData!)
let imageView = UIImageView(image: imageGif)

imageView.frame = CGRect(x: 0.0, y: 0.0, width: UIScreen.mainScreen().bounds.width, height: UIScreen.mainScreen().bounds.height)
view.addSubview(imageView)

关于swift - 从 PasteBoard 将 GIF 插入 UITextView 并为其设置动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38309124/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com