UIImage *frame1 = [UIImage imagenamed:@"frame1.png"];UIImage *frame2 = [UIImage imagenamed:@"frame2.png"];UIImage *frame3 = [UIImage imagenamed:@"frame3.png"];UIImage *frame4 = [UIImage imagenamed:@"frame4.png"];UIImageVIEw.animationImages = [[NSArray alloc] initWithObjects:frame1,frame2,frame3,frame4,nil];UIImageVIEw.animationDuration = 1.0 //defaults is number of animation images * 1/30th of a secondUIImageVIEw.animationRepeatCount = 5; //default is 0,which repeats indefinitely[UIImageVIEw startAnimating];//[uiImageVIEw stopAnimating];总结
以上是内存溢出为你收集整理的ios – 动画GIF无法在iPhone上运行全部内容,希望文章能够帮你解决ios – 动画GIF无法在iPhone上运行所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)