- 授权协议: 未知
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: http://code4app.com/codesample/4fbe7c066803fa8f4d000000
软件介绍
利用UITableView 显示多级树形目录。可以用于文件查看系统。
借助以下两个属性实现多级树形目录
@property(nonatomic) NSInteger indentationLevel; // adjust content indent. default is 0
@property(nonatomic) CGFloat indentationWidth; // width for each level. default is 10.0 [Code4App.com]
