Skip to content

Instantly share code, notes, and snippets.

@wanewang
Created September 5, 2014 07:56
Show Gist options
  • Save wanewang/f36278c0db6b41164288 to your computer and use it in GitHub Desktop.
Save wanewang/f36278c0db6b41164288 to your computer and use it in GitHub Desktop.
for view layout
viewDidLoad() {
self.extendedLayoutIncludesOpaqueBars = YES;
self.edgesForExtendedLayout = UIRectEdgeNone;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment