Archived
1

Fundamental Redesign of the Model

Started to add Documentation
This commit is contained in:
Kim Wittenburg
2014-08-22 00:53:08 +02:00
parent 60760b8b3d
commit a37d587e1f
7 changed files with 486 additions and 55 deletions

View File

@@ -24,6 +24,12 @@
}
#pragma mark Working With the Expression Tree
- (NSIndexPath *)indexPath
{
NSUInteger selfIndex = [self.parent indexOfElement:self];
return [[self.parent indexPath] indexPathByAddingIndex:selfIndex];
}
- (NSUInteger)numberOfChildren
{
return 0;