README.md
file.Kindly, click on the below button to download our iOS Chat UI Kit.iOS Chat UI KitView on GithubREADME.md
file.Kindly, click on the below button to download our Swift Sample App.Swift Sample AppView on GithubOr else, you can also checkout our Objective-C Sample App.Objective-C Sample AppView on Githubpod 'CometChatCalls', '2.1.1'
in your app Podfile.init()
method initializes the settings required for CometChat. We suggest calling the init()
method on app startup, preferably in the didFinishLaunchingWithOptions()
method of the Application class.
User
object and the Auth Key
as input parameters and returns the created User
object if the request is successful.
login()
method returns the User object containing all the information of the logged-in user.
Library
folder and drag and drop the Library
folder inside your project’s folder.
CometChatUI
class. CometChatUI is a subclass of UITabbarController.