[objective-c]バンドルしたhtmlファイルをUIWebViewにロードする
バンドルしたhtmlファイルをUIWebViewにロードする
NSString *path = [[NSBundle mainBundle] pathForResource:@"about" ofType:@"html"]; [webview loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:path]]];
バンドルしたhtmlファイルをUIWebViewにロードする
NSString *path = [[NSBundle mainBundle] pathForResource:@"about" ofType:@"html"]; [webview loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:path]]];