Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSString からの html ロード。
私は次の問題を抱えています:私はhtmlコードを取得し、webViewを取得したいのですが、方法や検索ではなく、例を見つけられませんでした.
UIWebView* newWebView = [[UIWebView alloc] initWithFrame:CGRectMake(x,y,width,height)]; [newWebView loadHTMLString:htmlString baseURL:[NSURL URLWithString:urlString]]; [self.view addSubview:newWebView]; [newWebView release];