最近在使用uiwebview的時候遇到各種不同形式載入網頁的方式,總結起來共有三種方式,分別為:使用url載入,使用html原始碼載入,使用html檔案載入,各種方法的使用如下:
" baseurl:nil];
載入html檔案
nsstring *path = [[nsbundle mainbundle] bundlepath];
nsurl *baseurl = [nsurl fileurlwithpath:path];
nsstring * htmlpath = [[nsbundle mainbundle] pathforresource:@"index"
oftype:@"html"];
nsstring * htmlcont = [nsstring stringwithcontentsoffile:htmlpath
encoding:nsutf8stringencoding
error:nil];
[self.ui_webview loadhtmlstring:htmlcont baseurl:baseurl];
UIWebView載入Loading 兩種方法
from 第一種方法 使用uiview and uiactivityindicatorview 建立uiwebview webview uiwebview alloc initwithframe cgrectmake 0 44 320 400 webview setuserinteractionen...
UIWebView載入Loading 兩種方法
uiwebview載入loading.兩種方法 第一種方法 使用uiview and uiactivityindicatorview 建立uiwebview webview uiwebview alloc initwithframe cgrectmake 0,44,320,400 webview s...
UIWebView載入Loading 兩種方法
第一種方法 使用uiview and uiactivityindicatorview 建立uiwebview webview uiwebview alloc initwithframe cgrectmake 0,44,320,400 webview setuserinteractionenabled...