RATreeView
RATreeView copied to clipboard
Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
Hi, Have a scroll UI issue when I use dynamically calculated heigh cells. Initial RATreeView control setup ``` func setupTreeView() { treeView = RATreeView(frame: view.bounds) treeView.register(UINib(nibName: String(describing: EquipmentListCell.self), bundle: nil),...
Hi there, Is it possible to adjust the height and using different views on certain node cells? Thanks, David
hey @Augustyniak nice library but i don't want to expand/collapse on cell touch but i want to expand/collapse tap on button putted right side in cell. Any help Thank you.
A层级展开之后 又点击B层级 怎么关闭A
No updates in two years. Anyone knows any active forks of RATreeview? Or willing to take over and pull merge requests? Quick search on cocoacontrols got me these, but none...
-[RATableView tableView:didEndDisplayingCell:forRowAtIndexPath:]: unrecognized selector sent to instance 0x10390f000 我没有在任何地方手动调用这个接口,为什么会在这里崩溃
Hi, I have added a RATreeView inside a UITableViewCell. I am facing dynamic height issues. How can I get the content height to my parent view ?
default added