wip after review

This commit is contained in:
Luke Parham
2015-12-21 01:24:46 -06:00
parent 6cbc51dc61
commit 322caaeb6a
6 changed files with 39 additions and 97 deletions

View File

@@ -94,7 +94,10 @@ static NSUInteger kNumberOfImages = 14;
{
ASCellNode *node = [[ASCellNode alloc] initWithViewControllerBlock:^UIViewController *{
return [[ImageViewController alloc] initWithImage:_sections[indexPath.section][indexPath.item]];
}];
} didLoadBlock:nil];
node.layer.borderWidth = 1.0;
node.layer.borderColor = [UIColor blackColor].CGColor;
return node;
}