主要包中的iphone本地动画gif

时间:2010-11-04 23:06:05

标签: iphone animation uiwebview gif

我想在UIWebview中显示我在iphone主包内制作的动画GIF我试过

NSString *ImageFromApp = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"image.gif"];
// NSString *html = [NSString stringWithFormat:@"<html><body \"style=\"background:url(%@) no-repeat;\">gege</body></html>",ImageFromApp];

但它完全没有让我感到满意 任何想法都会非常感激

1 个答案:

答案 0 :(得分:2)

iPhone不支持动画GIF(Web浏览器的外部)。

虽然,很容易拍摄一堆图像,并让框架为它们设置动画。

详细here in this article