InfinityExpandableTableTree icon indicating copy to clipboard operation
InfinityExpandableTableTree copied to clipboard

Support

Open sarathdev opened this issue 7 years ago • 2 comments

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 avatar Jul 28 '17 07:07 sarathdev

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

sarathdev avatar Jul 28 '17 07:07 sarathdev

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

Jay-iTechPioneer avatar Mar 28 '18 17:03 Jay-iTechPioneer