Skip to content

Instantly share code, notes, and snippets.

@mkll
Created May 14, 2014 19:56
Show Gist options
  • Save mkll/aa856839b549bc6c2b4c to your computer and use it in GitHub Desktop.
Save mkll/aa856839b549bc6c2b4c to your computer and use it in GitHub Desktop.
Определение актуальной высоты контента UIWebView
// CGSizeZero !!!
CGSize contentSize = [self.webView sizeThatFits:CGSizeZero];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment