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

Support #3

Open sarathdev opened 7 years ago

sarathdev commented 7 years ago

Hi Kiran I have an issue with this library

  1. I have two arrays in a dictionary one array with different dynamic kind of data for color selection size selection and all. And another array is a tree structured one. Currently what I'm doing is one cell using for the dynamic items and there we load a collection view and expansion of the header loading the content of the Collection cells with dynamic data. And in the second where I'm using the KJTree and implemented the tree structure and for both case using delegate methods to handle the parent view controllers height. Now somewhat it's working with some known bugs. Can You please come up with a nice suggestion to achieve this scenario?
  2. How can I add check box for finally selected child in KJ Tree
sarathdev commented 7 years ago

HI, Kiran is there any way to identify that I have clicked exactly on the final child of the table view ?

Jay-iTechPioneer commented 6 years ago

@sarathdev you need to assign the key value for final child means last child so on didselect method you will get that value