@TotalEclipse wrote:
I add TOWebViewController in my project which is a non-retina game, but the webviewcontroller displayed as non-retina status, how to make it support retina?
TOWebViewController *webViewController = [[TOWebViewController alloc] initWithURL:[NSURL URLWithString:@"http://www.apple.com/"]]; UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:webViewController]; [[Appirater getRootViewController] presentViewController:navigationController animated:YES completion:nil];
Posts: 1
Participants: 1