利用UIWebView显示gif详解手机开发

NSString *path = [[NSBundle mainBundle] pathForResource:@"3" ofType:@"gif"]; 
NSData *gifData = [NSData dataWithContentsOfFile:path]; 
[_webView loadData:gifData MIMEType:@"image/gif" textEncodingName:nil baseURL:nil];

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/3386.html

(0)
上一篇 2021年7月16日
下一篇 2021年7月16日

相关推荐

发表回复

登录后才能评论