Skip to content

Wanye911121/PYTreeBranchView

Repository files navigation

PYTreeBranchView

CI Status Version License Platform

Using

initalize:

[PYTreeView setupBranchTextWithArray:@[@"这是第一个标题",@"这是第二个标题",@"这是第三个标题"] style:PYTreeStyleDoubleLeft];
[self.view addSubview:self.treeView];

display:

[self.treeView displayInPoint:CGPointMake(CGRectGetMidX(self.view.bounds), CGRectGetMidY(self.view.bounds))];

Effect

four style for tree

image

image

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

PYTreeBranchView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "PYTreeBranchView"

Author

MikeZhangpy, zhangpy1991@126.com

License

PYTreeBranchView is available under the MIT license. See the LICENSE file for more info.

About

'A TreeBranchView referring to "BanTang" App'

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors