ivan-krapivtsev / DMBaseChat

Chat basically functionality for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DMChatBase

Chat basically functionality for iOS

Introduction

Chat messages list application based on UITableView, NSFetchResultController

Install

Via cocoapods

  1. Add into your Podfile file:
pod 'DMChatBase', :git => 'https://github.com/DimaAvvakumov/DMChatBase.git'
  1. Import header file
#import <DMChatBase/DMChatBase.h>

Copy files

  1. Simple drag and drop DMChatBase category files into your project
  2. Add header file
#import "DMChatBase.h"

Usage

First subclass DMChatMessagesViewController

    @interface ChatMessagesViewController : DMChatMessagesViewController

About

Chat basically functionality for iOS

License:MIT License


Languages

Language:Objective-C 95.9%Language:Ruby 4.1%