(). Html , - . , html/css/javascript (javascript html/css, css html). UIWebView, :
- , , ( -, ) - . , , UIWebView, , , .
- -. . , . , , . UIWebView
EDIT:
, UIWebView , ? , , - ?:
UIWebView *webview = [[UIWebView alloc] initWithFrame:CGRectMake(0,0,320,460)];
webview.delegate = self;
[webview loadRequest: [NSURLRequest requestWithURL:[NSURL urlFromString:@"/path/to/file.html"]]];
... ...
- (void) webViewDidFinishLoad:(UIWebView *)webView
{
}