# MessageDisplayKit **Repository Path**: exlog/MessageDisplayKit ## Basic Information - **Project Name**: MessageDisplayKit - **Description**: 用于显示iPhone和iPad的消息页面,你可以发送文本、声音、图片、视频等消息。模仿微信App。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 31 - **Created**: 2014-04-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![image](https://github.com/xhzengAIB/LearnEnglish/raw/master/Screenshots/MessageDisplayKitExample.gif) ## 建议 Suggest *如果发现原理上不懂的时候,请不要着急,因为代码都有注释,如果看完注释还是不懂的话,那你只能在githu开issue,[点击这里](https://github.com/xhzengAIB/MessageDisplayKit/issues?state=open)移步新建一个issue(至于怎么新建,打开issue页面,里面有一个new issue的按钮,点击之后你就会的了),写上你不明白的地方,我会在github给予帮助。 *If found in principle don't understand, please don't try so hard, because the code has a comment, if finish see note or don't understand, that you can only open issue in githu, [click here] (https://github.com/xhzengAIB/MessageDisplayKit/issues?state=open) set a new issue (as to how new, opens the page of the issue, there is a new issue of button, click on the following you will), write down you don't understand of place, I will help them in making. MessageDisplayKit ================= 用于显示iPhone和iPad的消息页面,你可以发送文本、声音、图片、视频等消息。模仿微信App。 A messages UI for iPhone and iPad,You can send text, voice, image,video,emotion .etc messages. like WeChat App. ## 将来 Features * 1、高度可定制的。 Highly customizable. * 2、任意消息的大小。 Arbitrary message sizes. * 3、复制&粘贴消息。 Copy & paste messages. * 4、数据检查器(确认电话号码、链接、日期等)。 Data detectors (recognizes phone numbers, links, dates, etc.). * 5、时间戳。 Timestamps. * 6、头像。 Avatars. * 7、向下滑动隐藏键盘。 Swipe down to hide keyboard. * 8、动态调整输入文本视图类型。 Dynamically resizes input text view as you type. * 9、自动启用/禁用发送按钮(如果文本视图是空的或不是)。 Automatically enables/disables send button (if text view is empty or not). * 10、发送/接收声音效果。 Send/Receive sound effects. * 11、发送语音。 Send the voice message. * 12、发送图片。 Send the photo message. * 13、发送视频。 Send the video message. * 14、发送地理位置。 Send the local position message. * 15、发送第三方gif表情。 Send the gif face message. * 16、通用于iPhone和iPad。 Universal for iPhone and iPad. ## 组件要求 Requirements * iOS 6.0+ * ARC * [MessageDisplayKit](https://github.com/xhzengAIB/MessageDisplayKit) ## Profile [CocosPods](http://cocosPods.org) is the recommended methods of installation MessageDisplayKit, just add the following line to `Profile`: ``` pod 'MessageDisplayKit', '~> 0.1.1' ``` ## License 中文: MessageDisplayKit 是在MIT协议下使用的,可以在LICENSE文件里面找到相关的使用协议信息. English: MessageDisplayKit is acailable under the MIT license, see the LICENSE file for more information. ======================= ## 须知 Instructions 中文:如果您在您的项目中使用该开源组件,请给我们发[电子邮件](mailto:xhzengAIB@gmail.com?subject=From%20GitHub%20MessageDisplayKit)告诉我们您的应用程序的名称,否则后果自负。 English:If you use the open source components in your project, please [Email us](mailto:xhzengAIB@gmail.com?subject=From%20GitHub%20MessageDisplayKit) to tell us the name of your application, otherwise the consequence is proud. ## Thanks you Thanks you [jessesquires](https://github.com/jessesquires/MessagesTableViewController) created JSMessagesViewController. My Project base on JSMessagesViewController.