细节修改

This commit is contained in:
wu736139669
2015-06-28 20:20:38 +08:00
parent 8e9561d9c5
commit 135146c6c9
2 changed files with 4 additions and 4 deletions
@@ -314,7 +314,7 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Ash_AWord/Views/Common/TypeSelectBgView.m"
timestampString = "457174545.060674"
timestampString = "457186428.676166"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "53"
+3 -3
View File
@@ -20,7 +20,7 @@
_allBtn.tag = 0;
_attentionBtn.tag = 1;
CGRect frame = _bgView.frame;
frame.origin.y-=_bgView.frame.size.height;
frame.origin.y=-90;
_bgView.frame = frame;
_lineHeight.constant = 0.5;
@@ -41,7 +41,7 @@
self.hidden = NO;
[UIView animateWithDuration:0.3 animations:^{
CGRect frame = _bgView.frame;
frame.origin.y+=_bgView.frame.size.height;
frame.origin.y = 0;
_bgView.frame = frame;
} completion:^(BOOL finished) {
@@ -51,7 +51,7 @@
[UIView animateWithDuration:0.3 animations:^{
CGRect frame = _bgView.frame;
frame.origin.y-=_bgView.frame.size.height;
frame.origin.y = -90;
_bgView.frame = frame;
} completion:^(BOOL finished) {
self.hidden = YES;