From 93e64bfcfe6a0ee860e8e7ded431243839421c69 Mon Sep 17 00:00:00 2001 From: wu736139669 Date: Fri, 26 Jun 2015 14:00:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E8=AE=BA=E7=9A=84=E4=B8=BE=E6=8A=A5?= =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xcdebugger/Breakpoints_v2.xcbkptlist | 16 ++++++++++++++++ .../ViewControllers/Main/MessageViewController.m | 2 +- .../ViewControllers/Main/NoteViewController.m | 2 +- 3 files changed, 18 insertions(+), 2 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 7e8e014..dc44ac9 100644 --- a/Ash_AWord.xcworkspace/xcuserdata/xmfish.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/Ash_AWord.xcworkspace/xcuserdata/xmfish.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -4146,5 +4146,21 @@ landmarkType = "5"> + + + + diff --git a/Ash_AWord/ViewControllers/Main/MessageViewController.m b/Ash_AWord/ViewControllers/Main/MessageViewController.m index 2f30a15..cfa8a9b 100644 --- a/Ash_AWord/ViewControllers/Main/MessageViewController.m +++ b/Ash_AWord/ViewControllers/Main/MessageViewController.m @@ -50,7 +50,7 @@ [self headerBeginRefreshing]; //注册通知的观察者 - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(headerBeginRefreshing) name:kMessagePushSuccessNotificationName object:nil]; + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(headerRereshing) name:kMessagePushSuccessNotificationName object:nil]; UILongPressGestureRecognizer * longPressGr = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(longPressToDo:)]; longPressGr.minimumPressDuration = 1.0; diff --git a/Ash_AWord/ViewControllers/Main/NoteViewController.m b/Ash_AWord/ViewControllers/Main/NoteViewController.m index 5a996d5..d6b3336 100644 --- a/Ash_AWord/ViewControllers/Main/NoteViewController.m +++ b/Ash_AWord/ViewControllers/Main/NoteViewController.m @@ -49,7 +49,7 @@ [self checkUpdate]; //注册通知的观察者 - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(headerBeginRefreshing) name:kNotePushSuccessNotificationName object:nil]; + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(headerRereshing) name:kNotePushSuccessNotificationName object:nil]; UILongPressGestureRecognizer * longPressGr = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(longPressToDo:)]; longPressGr.minimumPressDuration = 1.0;