InfinityExpandableTableTree icon indicating copy to clipboard operation
InfinityExpandableTableTree copied to clipboard

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/Swift...

Results 14 InfinityExpandableTableTree issues
Sort by recently updated
recently updated
newest added

Hi, thank you for the awesome library. You are using "Parent" and "Child" model in the library everywhere but I have different models for my use case. My use case...

Couldn't use multiple sections (multiple trees) simultaneously

Getting empty space above the first cell while clicking collapse button

This demo app is not running on swift 4.2.

Hello Kiran, Is there any possibilities for implementation like there is only one cell visible at a time?

XCode Version 9.2 (9C40b) File: KJTreeView.swift Line 67 - **self.addChild(inChild: &child, components: &components, index: index)** Error: Use of 'self' in method call 'addChild' before super.init initializes self What wrong?

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...

I want cell object of table view form node index or node.givenindex, how can I get this?

currently node.index display index of each cell like "0.1" ...., i want to display custom title for each cell, like "name" key of each children children json "children": [ {...

I want to keep tableview expanded all times, even if user tap on expanded parent, is there any way for this?