Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
孟遥遥 authored and 孟遥遥 committed May 20, 2017
1 parent b5a290a commit 69d6657
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CocoaAsyncSocket_TCP/View/KeyBoard/ChatKeyboard.m
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ - (void)configUIFrame
self.msgTextView.frame = self.audioLpButton.frame; //输入框
self.swtFaceButton.frame = Frame(MaxX(self.msgTextView.frame)+15, (Height(self.messageBar.frame)-30)*0.5,30, 30); //表情键盘切换按钮
self.swtHandleButton.frame = Frame(MaxX(self.swtFaceButton.frame)+15, (Height(self.messageBar.frame)-30)*0.5, 30, 30); //加号按钮切换操作键盘
self.keyBoardContainer.frame = Frame(0,Height(self.messageBar.frame), SCREEN_WITDTH,CTKEYBOARD_DEFAULTHEIGHT - Height(self.messageBar.frame)); //自定义键盘容器
self.keyBoardContainer.frame = Frame(0,Height(self.messageBar.frame)+1, SCREEN_WITDTH,CTKEYBOARD_DEFAULTHEIGHT - Height(self.messageBar.frame)); //自定义键盘容器
self.handleKeyboard.frame = self.keyBoardContainer.bounds ;//键盘操作栏
self.facesKeyboard.frame = self.keyBoardContainer.bounds ; //表情键盘部分

Expand Down Expand Up @@ -461,7 +461,6 @@ - (void)customKeyboardMove:(CGFloat)customKbY
#pragma mark - 监听输入框
- (void)textViewDidChange:(UITextView *)textView
{

}

#pragma mark - 监听输入框变化 (这里如果放到layout里自动让他布局 , 会稍显麻烦一些 , 所以自动手动控制一下)
Expand Down

0 comments on commit 69d6657

Please sign in to comment.