Ads 468 X 60

GroupChat

Mobile – GroupChat | CodeCanyon


GroupChat his title this type of Mobile/iOS/FrameworksandLibraries This time I will review,made by RelatedCode, Mobile/iOS/FrameworksandLibraries is sold at a price of $15 in themeforest.

GroupChat - CodeCanyon Item for Sale

Xcode // chat // groupchat // ios //





















Created4 November 13
Last Update4 November 13
Files Included.h, .m, .pch
Mobile OSIOS 7.0.x

More Info…GroupChat ..



OVERVIEW


GroupChat is a full native iPhone app to create realtime, text based chatrooms.


GroupChat is using Firebase as backend which is free for side projects or businesses that are just getting started. (Free plan: 5 GB Data Transfer, 50 Max Connections, 100 MB Data Storage).


Really easy to setup, just copy and paste the code and use your own chatrooms.


FEATURES


- Realtime, live chat between multiple devices

– No backend programming needed

– Automatic online/offline detection and handle

– Native and easy to customise user interface


REQUIREMENTS


- Xcode 5

– iOS 7

– ARC


INSTALLATION


1., You need the following (built in) libraries: CFNetwork.framework, Security.framework, SystemConfiguration.framework, libicucore.dylib.


To add libraries follow these steps: Click on the Targets ? Your app name ? and then the ‘Build Phases’ tab and then expand ‘Link Binary With Libraries’. Click the plus button in the bottom left of the ‘Link Binary With Libraries’ section and choose library items from the list.


2., The Prefix.pch should contain:



#import <SystemConfiguration/SystemConfiguration.h>

3., You also need one external library: ProgressHUD which is included the source code. But if you need, you can download from here:


https://github.com/relatedcode/ProgressHUD


To use this library, just add ProgressHUD directory to your project.


4., You should use your own Firebase account. You can get your Firebase account here:


https://www.firebase.com/signup


5., Replace existing Firebase account in common.h:



#define FIREBASE @"https://groupchat.firebaseio.com"

6., Replace existing username in common.h:



#define USERNAME @"Username"

7., All GroupChat files located in groupchat directory. Simply add groupchat directory to your project.


USAGE


1., Open up your View Controller file where you want to use GroupChat and add the following import to the top of the file:



#import "TableChat.h"

2., Then paste the following inside your code:



TableChat *tableChat = [[TableChat alloc] initWith:@"Chatroom1"]; [self.navigationController pushViewController:tableChat animated:YES];

3., Compile and run.


SAMPLE CODE


You can find sample usage code in TableMenu.m.


SCREENSHOTS


Check screenshots for visual details.


https://vimeo.com/78337832



Related produck This user:RelatedCode


YouTubePlayer - CodeCanyon Item for Sale








More items by RelatedCode


0 comments:

Post a Comment