Skip to content

Qiscus UI chat library, easy way to customize you chat view

License

Notifications You must be signed in to change notification settings

amsibsam/QiscusUI-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

QiscusUI - Messaging and Chat UI Component for iOS

Qiscus Enable custom in-app messaging in your Mobile App and Web using Qiscus Chat SDK and Messaging API

Platform Languages CocoaPods

Features

  • Default Chat View
  • Default Chat List
  • Custom Chat List Cell
  • Custom Chat View Cell
  • Customize Input Chat
  • Customize Navigation Bar
  • Complete Documentation

Component Libraries

In order to keep QiscusCore focused specifically on core messaging implementation, additional libraries have beed create by the [Qiscus IOS] (https://qiscus.com).

  • Qiscus - An chat sdk with complete feature, simple, easy to integrate.
  • QiscusCore - Chat Core API, All chat functionality already on there.
  • QiscusRaltime - An realtime messaging library. Already handle realtime event like user typing, online status, etc.

Classes in QiscusUI

The table bellow details the most important classess in QiscusUI.

Controllers Description
UIChatListViewController A controller that provides list of conversation for the authenticated user.
UIChatViewController A controller that a scrollable, auto-pagination view of the messagess.

Custumize you chat buble or create you specific chat buble for custom comment/message type.

TableViewCell Description
UIBaseChatCell
UIChatListViewCell

Installation

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

$ gem install cocoapods

To integrate QiscusUI 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 'QiscusUI',
end

Then, run the following command:

$ pod install

About

Qiscus UI chat library, easy way to customize you chat view

Resources

License

Stars

Watchers

Forks

Packages

No packages published