Created
November 19, 2017 16:21
-
-
Save colemancda/7d39b640cca32849e0d33c17f8761270 to your computer and use it in GitHub Desktop.
[UITableViewCellLayoutManager layoutSubviewsOfCell:] BT
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
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 10.1 | |
frame #0: 0x0000000104b0c4a3 UIKit`-[UITableViewCellLayoutManager layoutSubviewsOfCell:] | |
* frame #1: 0x00000001049bd426 UIKit`-[UITableViewCell layoutSubviews] + 162 | |
frame #2: 0x00000001046546f5 UIKit`-[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1439 | |
frame #3: 0x000000010b96a3ee QuartzCore`-[CALayer layoutSublayers] + 153 | |
frame #4: 0x000000010b96e4dd QuartzCore`CA::Layer::layout_if_needed(CA::Transaction*) + 401 | |
frame #5: 0x000000010463e735 UIKit`-[UIView(Hierarchy) layoutBelowIfNeeded] + 662 | |
frame #6: 0x00000001046458f0 UIKit`+[UIView(Animation) performWithoutAnimation:] + 90 | |
frame #7: 0x00000001046e30a3 UIKit`-[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] + 1384 | |
frame #8: 0x00000001046e33eb UIKit`-[UITableView _createPreparedCellForGlobalRow:willDisplay:] + 74 | |
frame #9: 0x00000001046a95f0 UIKit`-[UITableView _updateVisibleCellsNow:isRecursive:] + 2892 | |
frame #10: 0x00000001046cad0b UIKit`-[UITableView layoutSubviews] + 176 | |
frame #11: 0x00000001046546f5 UIKit`-[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1439 | |
frame #12: 0x000000010b96a3ee QuartzCore`-[CALayer layoutSublayers] + 153 | |
frame #13: 0x000000010b96e4dd QuartzCore`CA::Layer::layout_if_needed(CA::Transaction*) + 401 | |
frame #14: 0x000000010b8f6ded QuartzCore`CA::Context::commit_transaction(CA::Transaction*) + 365 | |
frame #15: 0x000000010b922704 QuartzCore`CA::Transaction::commit() + 500 | |
frame #16: 0x000000010b87292c QuartzCore`CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 960 | |
frame #17: 0x000000010b9ae970 QuartzCore`display_timer_callback(__CFMachPort*, void*, long, void*) + 248 | |
frame #18: 0x00000001079489c9 CoreFoundation`__CFMachPortPerform + 169 | |
frame #19: 0x0000000107948909 CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41 | |
frame #20: 0x0000000107948871 CoreFoundation`__CFRunLoopDoSource1 + 465 | |
frame #21: 0x0000000107940654 CoreFoundation`__CFRunLoopRun + 2596 | |
frame #22: 0x000000010793f9b9 CoreFoundation`CFRunLoopRunSpecific + 409 | |
frame #23: 0x000000010b22e9c6 GraphicsServices`GSEventRunModal + 62 | |
frame #24: 0x00000001045835e8 UIKit`UIApplicationMain + 159 | |
frame #25: 0x0000000102c54bd1 CacaoDemo`main at main.swift:13 | |
frame #26: 0x0000000108ae5d81 libdyld.dylib`start + 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment