NSIndexPath 是一个对象,它用来表示一个树形的记录地址。
比如下图:

//创建一个节点的indexpath
+(id) indexPathWithIndex :(NSUIInteger) index;
//indexs 是一个数组,用来初始化indexpath 对象, length 是深度,也即数组的长度
+(id) indexPathWithIndexs:(NSUIInteger*)indexs Length:(NSUIInteger)length;
NSIndexPath 是一个对象,它用来表示一个树形的记录地址。
比如下图:

//创建一个节点的indexpath
+(id) indexPathWithIndex :(NSUIInteger) index;
//indexs 是一个数组,用来初始化indexpath 对象, length 是深度,也即数组的长度
+(id) indexPathWithIndexs:(NSUIInteger*)indexs Length:(NSUIInteger)length;

被折叠的 条评论
为什么被折叠?