Support UIViewContentModeCenter with ASImageNode

This commit is contained in:
Ryan Nystrom
2014-12-05 15:25:55 -08:00
parent db085c49be
commit 647a9409d6
3 changed files with 4 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ static const CGFloat kInnerPadding = 10.0f;
_imageNode.URL = [NSURL URLWithString:[NSString stringWithFormat:@"http://placekitten.com/%zd/%zd",
(NSInteger)roundl(_kittenSize.width),
(NSInteger)roundl(_kittenSize.height)]];
// _imageNode.contentMode = UIViewContentModeCenter;
[self addSubnode:_imageNode];
// lorem ipsum text, plus some nice styling