KiranJasvanee / InfinityExpandableTableTree

Provides a tableview cells expansion (expanding cell area - subcells'), you can expand cells up to level ∞-1. Use Dynamic JSON Tree structure to initialise, or use static initialisers - Indexing/Swifty Closures.
MIT License
167 stars 45 forks source link

Keep all the rows open #2

Closed djaygit closed 7 years ago

djaygit commented 7 years ago

How do i keep the parent. childs, sub childs initially open?

KiranJasvanee commented 7 years ago

Library updated to support it. set isInitiallyExpanded to true after initialised library with your data. kjtreeInstance.isInitiallyExpanded = true

djaygit commented 7 years ago

great thanks, i will a solution myself, but will update it.