mirror of
https://github.com/wu736139669/Ash_AWord.git
synced 2026-08-05 05:55:19 +00:00
评论的举报删除
This commit is contained in:
+16
@@ -4146,5 +4146,21 @@
|
|||||||
landmarkType = "5">
|
landmarkType = "5">
|
||||||
</BreakpointContent>
|
</BreakpointContent>
|
||||||
</BreakpointProxy>
|
</BreakpointProxy>
|
||||||
|
<BreakpointProxy
|
||||||
|
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||||
|
<BreakpointContent
|
||||||
|
shouldBeEnabled = "No"
|
||||||
|
ignoreCount = "0"
|
||||||
|
continueAfterRunningActions = "No"
|
||||||
|
filePath = "Pods/MJRefresh/MJRefreshExample/MJRefreshExample/MJRefresh/UIScrollView+MJRefresh.m"
|
||||||
|
timestampString = "456991016.022565"
|
||||||
|
startingColumnNumber = "9223372036854775807"
|
||||||
|
endingColumnNumber = "9223372036854775807"
|
||||||
|
startingLineNumber = "302"
|
||||||
|
endingLineNumber = "302"
|
||||||
|
landmarkName = "-headerBeginRefreshing"
|
||||||
|
landmarkType = "5">
|
||||||
|
</BreakpointContent>
|
||||||
|
</BreakpointProxy>
|
||||||
</Breakpoints>
|
</Breakpoints>
|
||||||
</Bucket>
|
</Bucket>
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
[self headerBeginRefreshing];
|
[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:)];
|
UILongPressGestureRecognizer * longPressGr = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(longPressToDo:)];
|
||||||
longPressGr.minimumPressDuration = 1.0;
|
longPressGr.minimumPressDuration = 1.0;
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
[self checkUpdate];
|
[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:)];
|
UILongPressGestureRecognizer * longPressGr = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(longPressToDo:)];
|
||||||
longPressGr.minimumPressDuration = 1.0;
|
longPressGr.minimumPressDuration = 1.0;
|
||||||
|
|||||||
Reference in New Issue
Block a user