Skip to content

Commit 174f56d

Browse files
committed
emoji键盘在6+上显示的bug
1 parent 0ca89a7 commit 174f56d

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Coding_iOS/Views/Cell/TweetSendTextCell.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus
3939
}
4040
if (!_emojiKeyboardView) {
4141
_emojiKeyboardView = [[AGEmojiKeyboardView alloc] initWithFrame:CGRectMake(0, 0, kScreen_Width, kKeyboardView_Height) dataSource:self showBigEmotion:YES];
42-
_emojiKeyboardView.autoresizingMask = UIViewAutoresizingFlexibleHeight;
4342
_emojiKeyboardView.delegate = self;
4443
[_emojiKeyboardView setDoneButtonTitle:@"完成"];
4544
}

Coding_iOS/Views/UIMessageInputView/UIMessageInputView.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ - (void)customUIWithType:(UIMessageInputViewContentType)type{
442442

443443
if (hasEmotionBtn && !_emojiKeyboardView) {
444444
_emojiKeyboardView = [[AGEmojiKeyboardView alloc] initWithFrame:CGRectMake(0, 0, kScreen_Width, kKeyboardView_Height) dataSource:self showBigEmotion:showBigEmotion];
445-
_emojiKeyboardView.autoresizingMask = UIViewAutoresizingFlexibleHeight;
446445
_emojiKeyboardView.delegate = self;
447446
[_emojiKeyboardView setY:kScreen_Height];
448447
}

0 commit comments

Comments
 (0)