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