LNZTreeView
LNZTreeView copied to clipboard
A swift TreeView
Added support for custom section headers by exposing the appropriate delegate methods.
reloadRows without animated
How can I fill data According to our JSON Response?. How many Array I have to Create and How to Fill that data to them. My JSON Response is like:...
Hi, is there a way to change the separatorStyle of the tableView?
When LNZTreeView is integrated with a TableView, Is there a method / override that can be implemented to trigger / capture a didDeSelectNode on a treeView cell? There is a...
This change will allow to set UISearchBar to LNZTreeView For example: ``` UISearchBar *searchBar = [[UISearchBar alloc] initWithFrame: CGRectMake(0, 0, CGRectGetWidth(self.treeView.frame), 44)]; self.treeView.headerView = searchBar; ```
I implemented a few methods that let a user start from a node object and retrieve its associated cell. I wanted to open the discussion before creating a pull request.
I need to show this view as expanded with custom node/level show. How can I do it?
Is it possible to access the tableView as a property? because third parties like FloatingPanel require the scroll view of a view inorder to track the scrolls, so any solution...