码迷,mamicode.com
首页 > 其他好文 > 详细

播放gif动画

时间:2014-11-28 17:50:48      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   color   sp   for   文件   on   

效果图:

bubuko.com,布布扣

工程图:

bubuko.com,布布扣

此代码需要加入第三方库GifView.

代码:

RootViewController.m

#import "RootViewController.h"
//加入头文件
#import "GifView.h"

- (void)viewDidLoad
{
    [super viewDidLoad];
    // Do any additional setup after loading the view.
    
    GifView *gifview = [[GifView alloc] initWithFrame:CGRectMake(0, 0, 200, 200) filePath:[[NSBundle mainBundle] pathForResource:@"test.gif" ofType:nil]];
    [self.view addSubview:gifview];

}

 

播放gif动画

标签:style   blog   http   io   color   sp   for   文件   on   

原文地址:http://www.cnblogs.com/yang-guang-girl/p/4128721.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!