Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

ASTableView crashes with assertion "Node should always be marked invisible before deallocating" depending on header height. #2203

@mikhailmulyar

Description

@mikhailmulyar

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.
simulator screen shot 07 sep 2016 00 55 34

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions