From 135146c6c9aaf8e03db681aeb3ae668ca1b6d468 Mon Sep 17 00:00:00 2001 From: wu736139669 Date: Sun, 28 Jun 2015 20:20:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xmfish.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist | 2 +- Ash_AWord/Views/Common/TypeSelectBgView.m | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ash_AWord.xcworkspace/xcuserdata/xmfish.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Ash_AWord.xcworkspace/xcuserdata/xmfish.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index e8efbe0..e0d6936 100644 --- a/Ash_AWord.xcworkspace/xcuserdata/xmfish.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/Ash_AWord.xcworkspace/xcuserdata/xmfish.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -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" diff --git a/Ash_AWord/Views/Common/TypeSelectBgView.m b/Ash_AWord/Views/Common/TypeSelectBgView.m index 7662f98..e07a1c0 100644 --- a/Ash_AWord/Views/Common/TypeSelectBgView.m +++ b/Ash_AWord/Views/Common/TypeSelectBgView.m @@ -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;