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

Always use 0 section. Error when sections more than 1 #9

Open ZhurbiloYaroslav opened 6 years ago

ZhurbiloYaroslav commented 6 years ago

Hello Dear Kiran!

Thanks for your awesome library!

I have found that you always use 0 section. In my project there is 3 sections and was a bug.

I have found that in lines: line: 442

and line 454:

Would you be so kind and fix this bug

Thanks in advance!

RajChanchal commented 6 years ago

@YaroslavZhurbilo how do you make tree with multiple sections?