Yesbolat
Yesbolat
The same issue. @dheeru511 how did you solve this?
Apparently the reason is in this lines. Because not all `UIView` have a corresponding `asyncdisplaykit_node`.  Especially in the case of `ASTableNode` and `ASCollectionNode`, there are intermediate views between `ASCollectionView`/`ASTableView`...
I believe there is a bug in `_ASCollectionViewCell.mm`. Should be ` self.node.frame = self.frame; `  @abhigourking what about your attempts to convert, probably it crashes because of another bug...
btw for now you can find the XY position of `ASCellNode` in `ASCollectionNode` with `node.view.superview.superview.frame`
Yep.. I'm already attach the subject FYI. There are several changes, especially in tasks about list.