iOS 顯示gif圖

UIWebView *webView = [[UIWebView              alloc]initWithFrame:CGRectMake(0, 100, 100, 100)];web

    webView.scalesPageToFit = YES;spa

    [webView loadData:[NSData dataWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"run" ofType:@"gif"]] MIMEType:@"image/gif" textEncodingName:nil baseURL:nil];3d

    [self.view addSubview:webView];orm

相關文章
相關標籤/搜索