Yesbolat

Results 5 comments of 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`. ![image](https://user-images.githubusercontent.com/56518470/119548644-171a9580-bd9f-11eb-8e34-b4265cb50c36.png) 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; ` ![image](https://user-images.githubusercontent.com/56518470/119571649-45f23500-bdba-11eb-8dcd-0f94fb6bc76d.png) @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.