Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 465 forks source link

can't find RATableViewCell in the third level tree #85

Closed gclsoft closed 9 years ago

gclsoft commented 9 years ago

RATableViewCell is nil in the third level tree:

- (void)treeView:(RATreeView *)treeView didSelectRowForItem:(id)item
{
        RATableViewCell *cell = (RATableViewCell *)[treeView cellForItem:item];
        cell.imageView.hidden=NO;
}
gclsoft commented 9 years ago

cell.imgArrow.hidden=YES; My mistake, sorry