Giter VIP home page Giter VIP logo

Comments (3)

wtmoose avatar wtmoose commented on June 5, 2024

Hi PJ,

You are on the right track with your workaround. I had a "can't move item to new section" error in one of my collection views and used the same solution.

But the tree components don't support multiple sections. At least they didn't. I've just added experimental support for multiple sections using the -[TLTreeDataModel initWithTreeItemSections:collapsedNodeIdentifiers:] initializer. Please give it a try and I'll help you make it work if you have trouble.

I added a bit of documentation to TLTreeDataModel that you might find informative:

A data model representing a heirarchy of TLIndexPathTreeItem nodes in a given
collapsed stated. This class must be initialized by using one of the two initializers
defined here, providing either an array of top level TLIndexPathTreeItem nodes
or an array of TLIndexPathSectionInfos containing top level nodes (particularly
if empty sections are needed) and the current set of collapsed node identifiers.

These initializers flatten the heirarchy into the array of items to be displayed
in the table. This flattened data is passed up to the TLIndexPathDataModel
initializer and, thus, the basic data model APIs reflect only the flattened data
to be displayed. The full data heirarchy is retained in the treeItems
and treeItemSections properties.

This data model can be plugged into a TLTableViewController, but
one should normally use TLTreeTableViewController because it contains the
additional logic to manage the collapsed state of nodes as rows are expanded
and collapsed. It also provides a mechanism to lazy load nodes.

Hope that helps.

from tlindexpathtools.

pjcabrera avatar pjcabrera commented on June 5, 2024

Works great! Thanks a lot for the quick turn around on this new feature.

from tlindexpathtools.

wtmoose avatar wtmoose commented on June 5, 2024

You're welcome! Glad it worked for you.

from tlindexpathtools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.