Giter VIP home page Giter VIP logo

applozicswift's Introduction

ApplozicSwift

Version iOS 8.0+ Xcode 8.2+ Swift 3.0+ License

UI kit for Applozic SDK, written completely in Swift.

Overview

Open source iOS Chat and Messaging SDK that lets you add real time messaging in your mobile (android, iOS) applications and website.

Signup at https://www.applozic.com/signup.html to get the App ID.


Screenshot0    Screenshot1   

Screenshot2   

Sample Project

There's a sample project in the Demo directory. To use it, run pod install to download the required libraries. Have fun!

Project Status

It's production ready.

Installation

CocoaPods

For ApplozicSwift, use the following entry in your Podfile:

pod 'ApplozicSwift'

Then run pod install.

In any file you'd like to use ApplozicSwift in, don't forget to import the framework with import ApplozicSwift.

Manually

  • Open up Terminal, cd into your top-level project directory, and run the following command if your project is not initialized as a git repository:
$ git init
  • Add ApplozicSwift, Applozic, Kingfisher & MGSwipeTableCell as a git submodule by running the following commands:
$ git submodule add https://github.com/AppLozic/ApplozicSwift
$ git submodule add https://github.com/AppLozic/Applozic-iOS-SDK
$ git submodule add https://github.com/onevcat/Kingfisher.git
$ git submodule add https://github.com/MortimerGoro/MGSwipeTableCell.git
  • Open the new ApplozicSwift folder, and drag the ApplozicSwift.xcodeproj into the Project Navigator of your application's Xcode project. Do the same with the Applozic.xcodeproj in the Applozic folder, Kingfisher.xcodeproj in the Kingfisher folder and MGSwipeTableCell.xcodeproj in the MGSwipeTableCell folder.

They should appear nested underneath your application's blue project icon. Whether it is above or below all the other Xcode groups does not matter.

  • Verify that the deployment targets of the xcodeprojs match that of your application target in the Project Navigator.

  • Next, select your application project in the Project Navigator (blue project icon) to navigate to the target configuration window and select the application target under the "Targets" heading in the sidebar.

  • In the tab bar at the top of that window, open the "General" panel.

  • Click on the + button under "Embedded Binaries" again and add the build target you need for ApplozicSwift.

  • Click on the + button under "Embedded Binaries" again and add the build target you need for Applozic.

  • Click on the + button under "Embedded Binaries" again and add the build target you need for KingFisher.

  • Click on the + button again and add the correct build target for MGSwipeTableCell.

  • And that's it!

The four frameworks are automagically added as a target dependency, linked framework and embedded framework in a copy files build phase which is all you need to build on the simulator and a device.

Docs

Check out our detailed documentation here.

Requirements

  • iOS 10.0+
  • Xcode 10.2+
  • Swift: 4.2+

Contributing

We would love you for the contribution to ApplozicSwift, check the LICENSE file for more info.

License

ApplozicSwift is released under a BSD 3-Clause. See LICENSE for more information.

applozicswift's People

Contributors

archit2602 avatar devshourya avatar djlim0527 avatar km-ci-bot avatar mhrpatel12 avatar mukeshthawani avatar shilwantk avatar shivampokhriyal avatar shivani1991 avatar sunilkumarr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.