Open
Description
Unexpected view(_ASTableViewCell) hammering UITextView selection function.
Expected UITableViewCell
(lldb) po self.tableNode.view.visibleCells[0].subviews[0].subviews
▿ 1 element
- 0 : <VEditorKit.VEditorImageNode-View: 0x106ee3110; node = <VEditorKit.VEditorImageNode: 0x1079efc00>; frame = (0 0; 414 450); clipsToBounds = YES>
Unexpected UITableViewCell
(lldb) po self.tableNode.view.subviews[10].subviews[0].subviews
▿ 1 element
- 0 : <UIImageView: 0x10f73a3f0; frame = (0 0; 0 0); userInteractionEnabled = NO; layer = <CALayer: 0x2815358e0>>