【发布时间】:2013-01-29 23:47:03
【问题描述】:
我像这样加载 Gif 图像
[webView2 loadData:[NSData dataWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"Apple_jumps" ofType:@"gif"]] MIMEType:@"image/gif" textEncodingName:nil baseURL:nil];
我想设置为 uiwebview 的中心位置,但我无法获得内容的宽度。请帮忙。
【问题讨论】: