| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
一个类似微信App的IM应用,拥有发送文字、图片、语音、视频、地理位置消息,管理本地通信录、分享朋友圈、漂流交友、摇一摇乐趣和更多有趣的功能。
An IM APP like WeChat App has to send text, pictures, audio, video, location messaging, managing local address book, share a circle of friends, drifting friends, shake a fun and more interesting features.
代码都有注释,如果看完注释还是不懂的话,那你只能在githu开issue,点击这里移步新建一个issue,写上你不明白的地方,我会在github给予帮助。
It's ok if you don't understand how the code works. Most code has comments, which I believe will help you a lot. Feel free to [open an issue] (https://github.com/xhzengAIB/MessageDisplayKit/issues?state=open) if you have any questions. I will do my best to answer them.
很多人和我说,你不知道什么是开源许可协议,其实我也不清楚他是不知道还是不想知道,作为一个开发者,不懂得尊重别人的成果,那你到底想怎样,你自己最清楚。
说一件事吧!曾经我也这么做了,没尊重作者的成果,最终被人鄙视了一段时间,于是我删除了那个开源库,现在终于明白,尊重这个词,这对于别人来说是一个认可,我们不可以剥夺这份利益。
网易新闻App的开发者很厚道,他们有做到这一份尊重,他们是这么做的:
UIWebView *librariesWebView = [[UIWebView alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
NSURLRequest *urlRequest = [NSURLRequest requestWithURL:[NSURL URLWithString:@"http://m.163.com/special/newsclient/ios_libraries.html"]]; // 这里的URL是网易新闻所用的,大家可以点击打开,如果你没有服务器,那你敢直接写个开源库的主页URL嘛?
[librariesWebView loadRequest:urlRequest];
[self.view addSubview:librariesWebView];我把代码都给上了,哪怕你复制都不愿意,那我就无语了。
如果您还不知道开源许可协议是怎样的,那你点击这里看看网易大神们的节操。
CocosPods is the recommended method to install MessageDisplayKit, just add the following line to Podfile
pod 'MessageDisplayKit'
and run pod install, then you're all done!
Easy to drop into your project.
1、#import "XHMessageTableViewController.h"
2、Your must be subClass XHMessageTableViewController.
3、implementation XHMessageTableViewController delegate due with message send.
4、implementation XHMessageTableViewController DataSource due with message source.
5、If you went to emotion message / plug function / audio play, must be implementation other delegate or dataSource.
Detail look this demo.
中文: MessageDisplayKit 是在MIT协议下使用的,可以在LICENSE文件里面找到相关的使用协议信息。
English: MessageDisplayKit is available under the MIT license, see the LICENSE file for more information.
如果您在您的项目中使用该开源组件,请给我们发电子邮件告诉我们您的应用程序的名称,谢谢!主要是为了互推的效果,如果您的app火了,请给予少许的回报,如果您的App不火,或许能通过这个开源库了解到您的App!
If you use this open source components in your project, please Email us to notify us the name of your application(s). Thanks!
这里会列出所有使用该开源库的App列表。
我家App的主程Aevit提供了技术支持,他的github地址,点击我家App下载安装,如果看到里面有好的效果,可以协商开源。
谢谢微信App给予我鼓励,我参考了很多框架设计问题、也提供了许多素材,但是请网友不要直接使用素材,我不知道是否会引起侵权的问题,所以请自重,我这里只是模仿微信,而不是攻击。使用该开源库所导致的所有侵权关系与我无关,我只是提供学习机会。
请不要拿该工程的所有资源文件用于商业使用,如果不遵守规则,而产生的法律责任,一律与我无关。代码按照上文描述的License 和 Notes来使用。
该工程里面任何一个效果组件都不能擅自使用,如需使用,请告之于我。
Thanks to jessesquires who created JSMessagesViewController on which my chat list UI work is based.
| Back | FazBrowse Home | New Git URL |