Skip to content

Commit

Permalink
Needs layout on reload
Browse files Browse the repository at this point in the history
  • Loading branch information
skatou committed May 21, 2012
1 parent e8f25be commit 5b8dbe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion XJWaterfallView/XJWaterfallView.m
Expand Up @@ -126,6 +126,7 @@ - (void) reloadData {

// Scrolls to top and tiles new petal views.
[self scrollsToTop];
[self setNeedsLayout];
}

- (void) appendPetals {
Expand Down Expand Up @@ -468,4 +469,4 @@ - (XJPetalView*) popReusablePetalViewWithIdentifier:(NSString*)identifier {
}
}

@end
@end

0 comments on commit 5b8dbe7

Please sign in to comment.