We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8047dea commit e37c852Copy full SHA for e37c852
Coding_iOS/Controllers/ConversationViewController.m
@@ -166,9 +166,7 @@ - (void)messageInputView:(UIMessageInputView *)inputView heightToBottomChenged:(
166
CGFloat spaceHeight = MAX(0, CGRectGetHeight(self.myTableView.frame) - self.myTableView.contentSize.height - keyboard_down_InputViewHeight);
167
contentOffset.y += MAX(0, heightToBottom - keyboard_down_InputViewHeight - spaceHeight);
168
NSLog(@"\nspaceHeight:%.2f heightToBottom:%.2f diff:%.2f Y:%.2f", spaceHeight, heightToBottom, MAX(0, heightToBottom - CGRectGetHeight(inputView.frame) - spaceHeight), contentOffset.y);
169
- [UIView animateWithDuration:0.25 delay:0.0f options:UIViewAnimationOptionTransitionFlipFromBottom animations:^{
170
- self.myTableView.contentOffset = contentOffset;
171
- } completion:nil];
+ self.myTableView.contentOffset = contentOffset;
172
}else{
173
keyboard_is_down = YES;
174
}
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments