mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-24 11:56:05 +08:00
Added sample project using networking and infinite scrolling and random cats
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// PlacholderNetworkImageNode.m
|
||||
// Sample
|
||||
//
|
||||
// Created by Samuel Stow on 1/14/16.
|
||||
// Copyright © 2016 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import "PlaceholderNetworkImageNode.h"
|
||||
|
||||
@implementation PlaceholderNetworkImageNode
|
||||
|
||||
- (UIImage *)placeholderImage {
|
||||
return self.placeholderImageOverride;
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user