Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
Replaced direct call of "layoutSubviews" by "setNeedsLayout".
Got rid of the extension .md of the "LICENSE" file for CocoaPods.
Boris-Em committed Jan 14, 2014
1 parent 2d89936 commit d5997a0
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/BEMSimpleLineGraphView.m
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ @implementation BEMSimpleLineGraphView
int currentlyCloser;

- (void)reloadGraph {
[self layoutSubviews];
[self setNeedsLayout];
}

- (void)commonInit {
File renamed without changes.
Binary file not shown.

0 comments on commit d5997a0

Please sign in to comment.