Skip to content

mukeshthawani/ApplozicSwift

Repository files navigation

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.

About

Applozic UI Kit in Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages