Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Created August 1, 2012 04:17
Show Gist options
  • Select an option

  • Save jcromartie/3223604 to your computer and use it in GitHub Desktop.

Select an option

Save jcromartie/3223604 to your computer and use it in GitHub Desktop.
CGFloat height = self.view.bounds.size.height - self.toolbar.bounds.size.height;
self.webView = [[UIWebView alloc] initWithFrame:CGRectMake(0, 0, self.view.bounds.size.width, height)];
self.webView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleBottomMargin;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment