Skip to content

Instantly share code, notes, and snippets.

@ruandao
Created September 26, 2014 08:29
Show Gist options
  • Select an option

  • Save ruandao/135532b94b53f9b882db to your computer and use it in GitHub Desktop.

Select an option

Save ruandao/135532b94b53f9b882db to your computer and use it in GitHub Desktop.
让tableview 不自动设置 contentinset
self.title = LocStr(@"本地");
self.automaticallyAdjustsScrollViewInsets = YES;
self.edgesForExtendedLayout = UIRectEdgeNone;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment