添加举报
This commit is contained in:
@@ -717,7 +717,7 @@ static NSString * const KBChatSessionDidResetNotification = @"KBChatSessionDidRe
|
||||
[self.popView dismiss];
|
||||
}
|
||||
|
||||
CGFloat customViewHeight = KB_SCREEN_HEIGHT * 0.8;
|
||||
CGFloat customViewHeight = KB_SCREEN_HEIGHT * 0.7;
|
||||
KBAICommentView *customView = [[KBAICommentView alloc]
|
||||
initWithFrame:CGRectMake(0, 0, KB_SCREEN_WIDTH, customViewHeight)];
|
||||
|
||||
@@ -745,7 +745,9 @@ static NSString * const KBChatSessionDidResetNotification = @"KBChatSessionDidRe
|
||||
popView.sweepStyle = LSTSweepStyleY_Positive;
|
||||
popView.swipeVelocity = 1600;
|
||||
popView.sweepDismissStyle = LSTSweepDismissStyleSmooth;
|
||||
|
||||
popView.bgClickBlock = ^{
|
||||
[KB_CURRENT_NAV.view endEditing:true];
|
||||
};
|
||||
[popView pop];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user