<i id='Nw7YL'><tr id='Nw7YL'><dt id='Nw7YL'><q id='Nw7YL'><span id='Nw7YL'><b id='Nw7YL'><form id='Nw7YL'><ins id='Nw7YL'></ins><ul id='Nw7YL'></ul><sub id='Nw7YL'></sub></form><legend id='Nw7YL'></legend><bdo id='Nw7YL'><pre id='Nw7YL'><center id='Nw7YL'></center></pre></bdo></b><th id='Nw7YL'></th></span></q></dt></tr></i><div id='Nw7YL'><tfoot id='Nw7YL'></tfoot><dl id='Nw7YL'><fieldset id='Nw7YL'></fieldset></dl></div>

      1. <small id='Nw7YL'></small><noframes id='Nw7YL'>

        <legend id='Nw7YL'><style id='Nw7YL'><dir id='Nw7YL'><q id='Nw7YL'></q></dir></style></legend>
        • <bdo id='Nw7YL'></bdo><ul id='Nw7YL'></ul>
        <tfoot id='Nw7YL'></tfoot>

        是否可以为 UIImage 设置动画?

        时间:2023-05-31

        <small id='yMDNA'></small><noframes id='yMDNA'>

        <i id='yMDNA'><tr id='yMDNA'><dt id='yMDNA'><q id='yMDNA'><span id='yMDNA'><b id='yMDNA'><form id='yMDNA'><ins id='yMDNA'></ins><ul id='yMDNA'></ul><sub id='yMDNA'></sub></form><legend id='yMDNA'></legend><bdo id='yMDNA'><pre id='yMDNA'><center id='yMDNA'></center></pre></bdo></b><th id='yMDNA'></th></span></q></dt></tr></i><div id='yMDNA'><tfoot id='yMDNA'></tfoot><dl id='yMDNA'><fieldset id='yMDNA'></fieldset></dl></div>

            <bdo id='yMDNA'></bdo><ul id='yMDNA'></ul>
            <tfoot id='yMDNA'></tfoot>

                    <tbody id='yMDNA'></tbody>
                • <legend id='yMDNA'><style id='yMDNA'><dir id='yMDNA'><q id='yMDNA'></q></dir></style></legend>
                • 本文介绍了是否可以为 UIImage 设置动画?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我想知道是否有动画UIImage.

                  我知道 UIImageViews 可以制作动画,但有什么方法可以直接在 UIImage 中制作.

                  I know that UIImageViews are possible to animate but is there any way to do it directly in a UIImage.

                  也许使用 Open GL ES 或其他什么?

                  Maybe with Open GL ES or something?

                  或者还有其他方法可以为 MPMediaItemArtwork 设置动画吗?

                  Or are there any other ways you can animate an MPMediaItemArtwork?

                  提前致谢!

                  推荐答案

                  创建一个UIImageView并将animationImages的属性设置为UIImage的数组代码>s

                  Create a UIImageView and set the property of animationImages to an array of UIImages

                  这是一个例子:

                  NSArray *animationFrames = [NSArray arrayWithObjects:
                    [UIImage imageWithName:@"image1.png"],
                    [UIImage imageWithName:@"image2.png"], 
                    nil];
                  
                  UIImageView *animatedImageView = [[UIImageView alloc] init];
                  animatedImageView.animationImages = animationsFrame;
                  [animatedImageView startAnimating];
                  

                  如果您的目标是 iOS 5,您可以直接在 UIImage 中执行此操作,而无需使用 UIImageView

                  If you're targeting iOS 5 you can do this directly in UIImage without the UIImageView using

                      +(UIImage *)animatedImageWithImages:(NSArray *)images duration:(NSTimeInterval)duration 
                  

                  例如,

                      [UIImage animatedImagesWithImages:animationFrames duration:10];
                  

                  这篇关于是否可以为 UIImage 设置动画?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何在IOS中取消/退出/停止线程对象或后台运行的 下一篇:iOS 中流畅的视频循环播放

                  相关文章

                  最新文章

                  1. <legend id='6mLzg'><style id='6mLzg'><dir id='6mLzg'><q id='6mLzg'></q></dir></style></legend>

                    <small id='6mLzg'></small><noframes id='6mLzg'>

                    <tfoot id='6mLzg'></tfoot>

                    <i id='6mLzg'><tr id='6mLzg'><dt id='6mLzg'><q id='6mLzg'><span id='6mLzg'><b id='6mLzg'><form id='6mLzg'><ins id='6mLzg'></ins><ul id='6mLzg'></ul><sub id='6mLzg'></sub></form><legend id='6mLzg'></legend><bdo id='6mLzg'><pre id='6mLzg'><center id='6mLzg'></center></pre></bdo></b><th id='6mLzg'></th></span></q></dt></tr></i><div id='6mLzg'><tfoot id='6mLzg'></tfoot><dl id='6mLzg'><fieldset id='6mLzg'></fieldset></dl></div>

                      <bdo id='6mLzg'></bdo><ul id='6mLzg'></ul>