Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

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.
  • Loading branch information
Boris-Em committed Jan 14, 2014
1 parent 2d89936 commit d5997a0
Show file tree
Hide file tree
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
Expand Up @@ -19,7 +19,7 @@ @implementation BEMSimpleLineGraphView
int currentlyCloser;

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

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

0 comments on commit d5997a0

Please sign in to comment.