Created
September 26, 2014 08:29
-
-
Save ruandao/135532b94b53f9b882db to your computer and use it in GitHub Desktop.
让tableview 不自动设置 contentinset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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