[]() []() Aurora IMUI 中文文档 Aurora IMUI is a general IM UI components, which is not depending on any specific IM SDK. This library provides common UI components such as MessageList, InputView. It supports common message type, such as text, image, aud
来源:github/UUKeyboardInputVLicence:MIT作者:XcodeYang
为一些无输入源的控件添加输入响应。比如按钮、cell、view等添加输入源. It helps some viewes,like button、cell、segment, which cann't respond those inputView as textField or texeView them do.
kd.js
ui小部件和其他精美东西的集合。
npm i kd.js
用法
var main = new kd . View ;
main . appendToDomBody ( ) ;
var input = new kd . InputView ;
var form = new kd . View ;
form . addSubView ( input ) ;
form . addSubView ( new kd . ButtonView ( {
title : 'i\'m a bu