Hulala
Results
6
issues of
Hulala
I'm using hostingView on collectionViewCell, I want to know the state of the component when the cell didEndDisplayingCell,, so I need to uninstall the component
let value1 = Tuxedo().evaluate("{{ items.0 }}", variables: ["items": [1, 2, 3]]) print(value1) // null let value2 = Tuxedo().evaluate("{{ items.1 }}", variables: ["items": [1, 2, 3]]) print(value2) // 2