0
UIViewController *webViewController = [[[UIViewController alloc] init] autorelease];
UIWebView *uiWebView = [[[UIWebView alloc] initWithFrame: CGRectMake(0,0,320,480)] autorelease];
[webViewController.view addSubview: uiWebView];
[self.navigationController pushViewController:webViewController animated:YES];
我想允許orintation更改爲此Web視圖。如何實現這一目標? 另外,如果我從先前的風景瀏覽導航,網絡視圖給右側的空白空間。請幫助解決這個問題。uiwebview不響應方向更改
感謝rob爲我工作.. – user928622 2012-03-20 10:45:33