這裏是我的代碼:無法加載HTML文件的WebView
的NSString *路徑1 = [[[一個NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@ 「NewSouthWales.html」];
NSURL *pageURL = [NSURL fileURLWithPath:path1];
//URL Requst Object
NSURLRequest *requestObj = [NSURLRequest requestWithURL:pageURL];
//Load the request in the UIWebView.
[self.webView loadRequest:requestObj];
我得到的輸出在我的WebView爲: 像
........
,而不是給我的文件它顯示正確的外觀頁面源代碼。
請幫助... 在此先感謝
我加載從資源這個HTML文件。 – Nic 2009-11-11 10:33:49