处理滚动
This commit is contained in:
@@ -652,6 +652,7 @@
|
|||||||
&& !self.isVoiceProcessing;
|
&& !self.isVoiceProcessing;
|
||||||
self.collectionView.scrollEnabled = shouldEnable;
|
self.collectionView.scrollEnabled = shouldEnable;
|
||||||
self.collectionView.panGestureRecognizer.enabled = shouldEnable;
|
self.collectionView.panGestureRecognizer.enabled = shouldEnable;
|
||||||
|
self.collectionView.userInteractionEnabled = shouldEnable;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)updateChatViewBottomInset {
|
- (void)updateChatViewBottomInset {
|
||||||
|
|||||||
Reference in New Issue
Block a user