移除不使用代码
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
#import "XCCurrentVCStackManager.h"
|
||||
#import "Api+Home.h"
|
||||
#import "YUMIConstant.h"
|
||||
#import "StatisticsServiceHelper.h"
|
||||
#import "Api+Moments.h"
|
||||
#import "XPAdImageTool.h"
|
||||
#import "YYUtility.h"
|
||||
@@ -480,7 +479,6 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
|
||||
UISwipeGestureRecognizer *recognizer = [[UISwipeGestureRecognizer alloc] initWithTarget:self action:@selector(handleAnchorCardSwipeFrom:)];
|
||||
[recognizer setDirection:(UISwipeGestureRecognizerDirectionUp)];
|
||||
[self.anchorCardView addGestureRecognizer:recognizer];
|
||||
// // [StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventPersonalshowTopCardShow];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -963,7 +961,6 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
|
||||
#pragma mark - 活动任务完成提示
|
||||
- (void)handleActivityTaskTip:(NSString *)msg url:(NSString *)url {
|
||||
if (!self.taskTipView.superview && url.length) {
|
||||
// // [StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventtask_toast_show];
|
||||
[self.view addSubview:self.taskTipView];
|
||||
self.taskTipView.desc = msg;
|
||||
self.taskTipView.url = url;
|
||||
@@ -979,7 +976,6 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
|
||||
}
|
||||
|
||||
- (void)jumpToTask:(UITapGestureRecognizer *)ges {
|
||||
// [StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventtask_toast_click];
|
||||
XPWebViewController * webVC =[[XPWebViewController alloc] initWithRoomUID:nil];
|
||||
webVC.url = self.taskTipView.url;
|
||||
[self.selectedViewController.navigationController pushViewController:webVC animated:YES];
|
||||
|
Reference in New Issue
Block a user