initalize:
[PYTreeView setupBranchTextWithArray:@[@"这是第一个标题",@"这是第二个标题",@"这是第三个标题"] style:PYTreeStyleDoubleLeft];
[self.view addSubview:self.treeView];
display:
[self.treeView displayInPoint:CGPointMake(CGRectGetMidX(self.view.bounds), CGRectGetMidY(self.view.bounds))];
four style for tree
To run the example project, clone the repo, and run pod install from the Example directory first.
PYTreeBranchView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "PYTreeBranchView"MikeZhangpy, zhangpy1991@126.com
PYTreeBranchView is available under the MIT license. See the LICENSE file for more info.

