All Projects → hoangtaiki → ChatViewController

hoangtaiki / ChatViewController

Licence: MIT License
💬 ChatViewController, ChatBar, ImagePicker like Slack Application. Message App written in Swift

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to ChatViewController

messaging-apis
Messaging APIs for multi-platform
Stars: ✭ 1,759 (+3642.55%)
Mutual labels:  slack, messaging
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (+1434.04%)
Mutual labels:  slack, messaging
Realtimechat
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Stars: ✭ 1,511 (+3114.89%)
Mutual labels:  slack, chat-application
Chat21 Android Sdk
Android Chat SDK built on Firebase
Stars: ✭ 204 (+334.04%)
Mutual labels:  messaging, chat-application
Messaging Apis
Messaging APIs for multi-platform
Stars: ✭ 1,754 (+3631.91%)
Mutual labels:  slack, messaging
Nio
💬 Nio is an upcoming matrix client for iOS.
Stars: ✭ 235 (+400%)
Mutual labels:  messaging, chat-application
Franz
Franz is a free messaging app for services like WhatsApp, Slack, Messenger and many more.
Stars: ✭ 4,088 (+8597.87%)
Mutual labels:  slack, messaging
Android yichat lite
android client
Stars: ✭ 118 (+151.06%)
Mutual labels:  messaging, chat-application
Broid Kit
Bot framework powered by Broid
Stars: ✭ 58 (+23.4%)
Mutual labels:  slack, messaging
Node Chat One To One
Node.js socket-io based one to one chat engine
Stars: ✭ 47 (+0%)
Mutual labels:  slack, chat-application
Chatlayout
ChatLayout is an alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation as well as all the tools available in UICollectionView. It supports dynamic cells and supplementary view sizes.
Stars: ✭ 184 (+291.49%)
Mutual labels:  messaging, chat-application
server
即时通讯(IM)系统
Stars: ✭ 6,896 (+14572.34%)
Mutual labels:  messaging, chat-application
Webapp
Tinode web chat using React
Stars: ✭ 156 (+231.91%)
Mutual labels:  messaging, chat-application
Chatkit
Android library. Flexible components for chat UI implementation with flexible possibilities for styling, customizing and data management. Made by Stfalcon
Stars: ✭ 3,496 (+7338.3%)
Mutual labels:  uikit, messaging
Im service
golang im server
Stars: ✭ 1,694 (+3504.26%)
Mutual labels:  messaging, chat-application
Bottender
⚡️ A framework for building conversational user interfaces.
Stars: ✭ 3,803 (+7991.49%)
Mutual labels:  slack, messaging
Swiftychat
SwiftUI Chat UI (Client) Framework & Documentation to get started!
Stars: ✭ 50 (+6.38%)
Mutual labels:  messaging, chat-application
Applozic Ios Sdk
iOS Real Time Chat & Messaging SDK
Stars: ✭ 104 (+121.28%)
Mutual labels:  messaging, chat-application
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+1446.81%)
Mutual labels:  slack, messaging
Emberclear
Encrypted Chat. No History. No Logs.
Stars: ✭ 157 (+234.04%)
Mutual labels:  slack, messaging

Version License Platform Language Build Status Contributions Welcome

ChatViewController Tweet

ChatViewController is a library designed to simplify the development of UI for such a trivial task as chat. It has flexible possibilities for styling, customizing. It is also contains example for Facebook Messager and Instagram Chat.

Features

  • Growing Text View from UIPlaceholderTextView
  • Flexible UI built with Auto Layout
  • Inverted Mode for displaying cells upside-down (using CATransform)
  • Customizable: change chat bar view layout style
  • Tap gesture for dismissing the keyboard
  • Slack Image Picker
  • Typing Indicator display
  • Show/hide chat bar view
  • Pull to refresh and load more feature
  • Example: Facebook Bubble style
  • Example: Instagram Bubble style
  • Example: Text chat cell
  • Example: Image chat cell
  • Example: Link chat cell
  • Example: Document chat cell
  • Example: Image Viewer
  • Example: Document Viewer
  • Example: Custom Image Picker
  • Complete Documentation

Compatibility

  • CocoaPods, Carthage and Swift Package Manager
  • Swift 4.2 or later
  • iOS 10 or later
  • iPhone & iPad

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate ChatViewController into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'ChatViewController'
end

Then, run the following command:

$ pod install

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate ChatViewController into your Xcode project using Carthage, specify it in your Cartfile:

github "hoangtaiki/ChatViewController" ~> 1.2.0

Run carthage update to build the framework and drag the built ChatViewController.framework and PlaceholderUITextView.framework into your Xcode project.

Swift Package Manager

Install with Swift Package Manager by adding the following to your Package.swift:

dependencies: [
    .package(url: "https://github.com/hoangtaiki/ChatViewController", from: "1.2.0"),
],

Contributing

Please feel free to help out with this project! If you see something that could be made better or want a new feature, open up an issue or send a Pull Request!

License

ChatViewController is released under the MIT license. See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].