Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukyasa/mmtexturechat
AsyncDisplayKit(Texture) Smooth Scroll Chat Simulation for Whatsapp and iMessage
https://github.com/mukyasa/mmtexturechat
asyncdisplaykit bubble chat demo imessage ios message texture whatsapp
Last synced: about 1 month ago
JSON representation
AsyncDisplayKit(Texture) Smooth Scroll Chat Simulation for Whatsapp and iMessage
- Host: GitHub
- URL: https://github.com/mukyasa/mmtexturechat
- Owner: mukyasa
- License: mit
- Created: 2017-07-12T09:03:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T12:16:29.000Z (about 7 years ago)
- Last Synced: 2024-11-08T16:14:10.777Z (about 2 months ago)
- Topics: asyncdisplaykit, bubble, chat, demo, imessage, ios, message, texture, whatsapp
- Language: Swift
- Homepage:
- Size: 15.5 MB
- Stars: 153
- Watchers: 8
- Forks: 27
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MMTextureChat
AsyncDisplayKit(Texture) Smooth Scroll Chat Simulation### [CocoaPods](https://github.com/CocoaPods/CocoaPods)
Add the following line in your `Podfile`.
```
pod "MMChatFramework"
```## Demo iMessage
![MMTextureChat](https://github.com/mukyasa/MMTextureChat/blob/master/MMTextureChat/texturechat_imessage.gif)## Demo Whatsapp
![MMTextureChat](https://github.com/mukyasa/MMTextureChat/blob/master/MMTextureChat/texturechat_whatsapp.gif)## Components
* Text Bubble
* Image(GIF) Bubble (ASNetworknode)
* Image with Caption(GIF) Bubble (ASNetworknode)
* Video Bubble (ASVideonode)
* Gallery (ASNetworknode,ASVideoNode)
* Load Earlier Message (ChatCollectionViewFlowLayout)
* User Mention## Dependencies
* [texturegroup] https://github.com/texturegroup/texture/
* [AssistoLab] https://github.com/AssistoLab/DropDown
* [1amageek] https://github.com/1amageek/Toolbar
* [mbutan] https://github.com/mbutan/MBPhotoPicker
* [sweetmandm] https://github.com/sweetmandm/ionicons-iOS## Credits
* [nguyenhuy] https://github.com/nguyenhuy/AsyncMessagesViewController
* [texturegroup] https://github.com/texturegroup/texture/# Download run and check the demo