美文网首页
带UITextView输入框的keyboard

带UITextView输入框的keyboard

作者: coderHuang | 来源:发表于2018-05-05 14:14 被阅读8次
    图一 图二

    [[ZCKeyboardTool shareTools] showInputTextViewKeyboard:^(NSString *txt) {

          NSLog(@"发送");

      }];

    详见github:

    https://github.com/yellowTiger/ZCKeyboardTool

    相关文章

      网友评论

          本文标题:带UITextView输入框的keyboard

          本文链接:https://www.haomeiwen.com/subject/xhasrftx.html