cometchat-ios-components
Installation
SKILL.md
Purpose
This is the single source of truth for CometChat iOS UI Kit v5 component names, properties, and usage patterns. All examples are based on official CometChat documentation.
All components are imported from CometChatUIKitSwift. All SDK types are imported from CometChatSDK.
1. CometChatConversations
A UIViewController that displays a scrollable list of the logged-in user's conversations.
Usage:
import CometChatUIKitSwift
import CometChatSDK
let conversationsVC = CometChatConversations()
let navController = UINavigationController(rootViewController: conversationsVC)