You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
Hi. I have simple ASTableNode showing sectioned list. There is a really strange behaviour. App stops with assertion "Node should always be marked invisible before deallocating" in a second after table content shows when reallocing my custom ASCellNode. There is nothing happening at the moment, no updates or reloads.
Most strange thing is that crash depends on tableView header height. If i return 15 in tableView(tableView: UITableView, viewForHeaderInSection section: Int) app runs ok. If i return 18 it crashes. So i guess it is something related to how cells positioned in the view.
Here is the screen at crash state. There is searchBar - 44 height, headers are 18, and cell nodes are 41.
I'm using latest master version.
Hi. I have simple ASTableNode showing sectioned list. There is a really strange behaviour. App stops with assertion "Node should always be marked invisible before deallocating" in a second after table content shows when reallocing my custom ASCellNode. There is nothing happening at the moment, no updates or reloads.

Most strange thing is that crash depends on tableView header height. If i return 15 in tableView(tableView: UITableView, viewForHeaderInSection section: Int) app runs ok. If i return 18 it crashes. So i guess it is something related to how cells positioned in the view.
Here is the screen at crash state. There is searchBar - 44 height, headers are 18, and cell nodes are 41.
I'm using latest master version.