Created
July 17, 2016 01:51
-
-
Save joshavant/87f1e662d962214052e122b301b94fdc to your computer and use it in GitHub Desktop.
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
(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