gringoireDM / LNZTreeView

A swift TreeView
MIT License
235 stars 47 forks source link

when expanding cell crash #11

Closed kjoe07 closed 2 years ago

kjoe07 commented 6 years ago

if modified the demo example to use an array of data parsed from json using codable. the tree show the parenst node perfect but when selecting the first parent or any parent in the second child get crash with unexpectedly foun nil at indexPathForNode(withIdentifier: node.identifier, inSection: section) the node idetifier should be in a format "as123458978456asdd" as parsed from json. Archivo.zip heres is the example and using. the rare thing is the demo works well with numbers as identifier but with this strign it cannot find the node.

Pirokar commented 5 years ago

Did you find a solution? The same problem