Skip to content

Instantly share code, notes, and snippets.

@joshavant
Created July 17, 2016 01:51
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 joshavant/87f1e662d962214052e122b301b94fdc to your computer and use it in GitHub Desktop.
Save joshavant/87f1e662d962214052e122b301b94fdc to your computer and use it in GitHub Desktop.
(lldb) po self.tableView.visibleCells
0 elements
(lldb) po self.tableView.indexPathsForVisibleRows
▿ Optional<Array<NSIndexPath>>
▿ Some : 3 elements
- [0] : <NSIndexPath: 0xc000000000000016> {length = 2, path = 0 - 0}
- [1] : <NSIndexPath: 0xc000000000200016> {length = 2, path = 0 - 1}
- [2] : <NSIndexPath: 0xc000000000400016> {length = 2, path = 0 - 2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment