Skip to content

[Bug] Unexpected _ASTableViewCell #57

Open
@GeekTree0101

Description

@GeekTree0101

Unexpected view(_ASTableViewCell) hammering UITextView selection function.

스크린샷 2019-03-11 오후 4 39 35
스크린샷 2019-03-11 오후 4 39 31

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>>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions