Skip to content

Commit

Permalink
Fix tail loading node from showing up in ASDKGram
Browse files Browse the repository at this point in the history
  • Loading branch information
maicki committed Jan 11, 2019
1 parent 2d43f46 commit 41a46c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/ASDKgram/Sample/TailLoadingNode.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ @implementation TailLoadingNode
- (instancetype)init
{
if (self = [super init]) {
self.automaticallyManagesSubnodes = YES;
_activityIndicatorNode = [[ASDisplayNode alloc] initWithViewBlock:^{
UIActivityIndicatorView *v = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleGray];
[v startAnimating];
Expand Down

0 comments on commit 41a46c7

Please sign in to comment.