Skip to content

Instantly share code, notes, and snippets.

@liushuaikobe
Created March 8, 2016 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liushuaikobe/0e65ac70b92d0ed3fdd9 to your computer and use it in GitHub Desktop.
Save liushuaikobe/0e65ac70b92d0ed3fdd9 to your computer and use it in GitHub Desktop.
#define KOBE_DEBUG NSLog(@"TableView in %@ || frame:%@ , bounds:%@, contentSize:%@ , contentOffSet:%@, contentInset:%@", NSStringFromSelector(_cmd), NSStringFromCGRect(self.tableView.frame), NSStringFromCGRect(self.tableView.bounds), NSStringFromCGSize(self.tableView.contentSize), NSStringFromCGPoint(self.tableView.contentOffset), NSStringFromUIEdgeInsets(self.tableView.contentInset));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment