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