Skip to content

Drawback in case of adding dynamic data from API in multilevel expandable tableview/accordion #78

@RakeshImpinge

Description

@RakeshImpinge

Hello there!

I really found your library very helpful but I'm facing issues to pass dynamic data to the tableview sections, child items for expandable view as shown in example i.e. Outline

I checked that the code is being set according to static data for now. Is there any way to add dynamic data from API in form of JSON.

If I have an dynamic length of array, how can I specify the values is similar case as it is used for static data shown below:

TLIndexPathTreeItem *item1 = [self itemWithId:ITEM_1 level:0 children:childItems];
self.treeItems = @[item1, item2];

Any suggestions will be appreciated :)
Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions