Skip to content

Commit

Permalink
fixed #46 #47
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuozhuo committed Nov 20, 2017
1 parent 917f69b commit 2776b2a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ - (void)zhc_configureMessagesViewController
self.topContentAdditionalInset = 0.0f;

[self zhc_updateTableViewInsets];
self.messageTableView.delaysContentTouches = NO;
self.messageTableView.canCancelContentTouches = NO;
// self.messageTableView.delaysContentTouches = YES;
// self.messageTableView.canCancelContentTouches = NO;
self.navigationController.interactivePopGestureRecognizer.delaysTouchesBegan=NO;


Expand Down

0 comments on commit 2776b2a

Please sign in to comment.