mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-05-05 12:07:28 +00:00
Update comment in Kittens example project.
This commit is contained in:
@@ -73,7 +73,7 @@ static const CGFloat kInnerPadding = 10.0f;
|
||||
|
||||
_kittenSize = size;
|
||||
|
||||
// kitten image, with a purple background colour serving as placeholder
|
||||
// kitten image, with a solid background colour serving as placeholder
|
||||
_imageNode = [[ASNetworkImageNode alloc] init];
|
||||
_imageNode.backgroundColor = ASDisplayNodeDefaultPlaceholderColor();
|
||||
_imageNode.URL = [NSURL URLWithString:[NSString stringWithFormat:@"http://placekitten.com/%zd/%zd",
|
||||
|
||||
Reference in New Issue
Block a user