Skip to content

Commit

Permalink
update method.
Browse files Browse the repository at this point in the history
  • Loading branch information
centny committed Oct 2, 2013
1 parent 4a7d860 commit 511a931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cny4i/Centny/Centny/ClassExt/ClassExt.m
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ + (void)popLView:(UIView *)right lv:(UIView *)lv finished:(void (^)(BOOL))finish
right.frame = CGRectMake (right.frame.origin.x - FRAM_W (lv), right.frame.origin.y, FRAM_W (right), FRAM_H (right));
lv.frame = CGRectMake (lv.frame.origin.x - FRAM_W (lv), lv.frame.origin.y, FRAM_W (lv), FRAM_H (lv));
} completion:^(BOOL f) {
[lv removeFromSuperview];
// [lv removeFromSuperview];

if (finished) {
finished (f);
Expand Down

0 comments on commit 511a931

Please sign in to comment.