Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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