# MessageDisplayKit **Repository Path**: semieye/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-29 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![image](https://github.com/xhzengAIB/LearnEnglish/raw/master/Screenshots/MessageDisplayKitExample.gif) 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、通用于iPhone和iPad Universal for iPhone and iPad ## 组件要求 Requirements * iOS 6.0+ * ARC * [MessageDisplayKit][playerLink] ## Profile [CocosPods](http://cocosPods.org) is the recommended methods of installation MessageDisplayKit, just add the following line to `Profile`: ``` pod 'MessageDisplayKit', '~> 0.1.0' ``` ## 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.