List Item Selected Image | Image shown when a list item is selected. | CometChatUsers.style.listItemSelectedImage = UIImage() |
List Item Deselected Image | Image shown when a list item is deselected. | CometChatUsers.style.listItemDeSelectedImage = UIImage() |
Search Icon Tint Color | Tint color for the search icon in the search bar. | CometChatUsers.style.searchIconTintColor = UIColor() |
Search Bar Style | Style of the search bar (e.g., default, prominent). | CometChatUsers.style.searchBarStyle = .default |
Search Tint Color | Tint color for the search bar elements. | CometChatUsers.style.searchTintColor = UIColor? |
Search Bar Tint Color | Background color for the search bar (excluding text input). | CometChatUsers.style.searchBarTintColor = UIColor? |
Placeholder Text Color | Color of the placeholder text in the search bar. | CometChatUsers.style.searchBarPlaceholderTextColor = UIColor? |
Placeholder Text Font | Font of the placeholder text in the search bar. | CometChatUsers.style.searchBarPlaceholderTextFont = UIFont? |
Search Bar Text Color | Color of the entered text in the search bar. | CometChatUsers.style.searchBarTextColor = UIColor? |
Search Bar Text Font | Font of the entered text in the search bar. | CometChatUsers.style.searchBarTextFont = UIFont? |
Search Bar Background Color | Background color of the search bar’s text input area. | CometChatUsers.style.searchBarBackgroundColor = UIColor? |
Cancel Icon Tint Color | Tint color for the cancel button in the search bar. | CometChatUsers.style.searchBarCancelIconTintColor = UIColor? |
Cross Icon Tint Color | Tint color for the clear (cross) button in the search bar. | CometChatUsers.style.searchBarCrossIconTintColor = UIColor? |
Background Color | Background color for the entire screen or view. | .backgroundColor = CometChatTheme.backgroundColor01 |
Border Width | Border width for the search bar or container. | CometChatUsers.style.borderWidth = 0 |
Border Color | Color of the border, default is clear. | CometChatUsers.style.borderColor = .clear |
Corner Radius | Corner radius for search bar or other elements. | CometChatUsers.style.cornerRadius = CometChatCornerStyle.init(cornerRadius: 0) |
Title Text Color | Text color for title elements within the list or navigation bar. | CometChatUsers.style.titleColor = CometChatTheme.textColorPrimary |
Title Font | Font for title text. | CometChatUsers.style.titleFont = CometChatTypography.Heading4.medium |
Large Title Text Color | Text color for large titles. | CometChatUsers.style.largeTitleColor = CometChatTheme.textColorPrimary |
Large Title Font | Font for large titles. | CometChatUsers.style.largeTitleFont = UIFont? |
Navigation Bar Tint Color | Tint color for the navigation bar background. | CometChatUsers.style.navigationBarTintColor = CometChatTheme.backgroundColor01 |
Navigation Bar Items Tint Color | Tint color for navigation bar items (buttons, icons). | CometChatUsers.style.navigationBarItemsTintColor = CometChatTheme.iconColorHighlight |
Error Title Font | Font for the error title displayed in UI. | CometChatUsers.style.errorTitleTextFont = CometChatTypography.Heading3.bold |
Error Title Text Color | Text color for the error title. | CometChatUsers.style.errorTitleTextColor = CometChatTheme.textColorPrimary |
Error Subtitle Font | Font for the subtitle of error messages. | CometChatUsers.style.errorSubTitleFont = CometChatTypography.Body.regular |
Error Subtitle Text Color | Text color for the subtitle of error messages. | CometChatUsers.style.errorSubTitleTextColor = CometChatTheme.textColorSecondary |
Retry Button Text Color | Text color for the retry button in error states. | CometChatUsers.style.retryButtonTextColor = CometChatTheme.buttonTextColor |
Retry Button Text Font | Font for the retry button text. | CometChatUsers.style.retryButtonTextFont = CometChatTypography.Button.medium |
Retry Button Background Color | Background color for the retry button. | CometChatUsers.style.retryButtonBackgroundColor = CometChatTheme.primaryColor |
Retry Button Border Color | Border color for the retry button. | CometChatUsers.style.retryButtonBorderColor = .clear |
Retry Button Border Width | Border width for the retry button. | CometChatUsers.style.retryButtonBorderWidth = 0 |
Retry Button Corner Radius | Corner radius for the retry button. | CometChatUsers.style.retryButtonCornerRadius = CometChatCornerStyle? |
Empty State Title Font | Font for the empty state title (when no users/items are present). | CometChatUsers.style.emptyTitleTextFont = CometChatTypography.Heading3.bold |
Empty State Title Color | Text color for the empty state title. | CometChatUsers.style.emptyTitleTextColor = CometChatTheme.textColorPrimary |
Empty Subtitle Font | Font for the subtitle in the empty state. | CometChatUsers.style.emptySubTitleFont = CometChatTypography.Body.regular |
Empty Subtitle Text Color | Text color for the subtitle in the empty state. | CometChatUsers.style.emptySubTitleTextColor = CometChatTheme.textColorSecondary |
Table View Separator Color | Color for the table view separator. | CometChatUsers.style.tableViewSeparator = .clear |
List Item Title Text Color | Text color for list item titles. | CometChatUsers.style.listItemTitleTextColor = CometChatTheme.textColorPrimary |
List Item Title Font | Font for list item titles. | CometChatUsers.style.listItemTitleFont = CometChatTypography.Heading4.medium |
List Item Subtitle Text Color | Text color for list item subtitles. | CometChatUsers.style.listItemSubTitleTextColor = CometChatTheme.textColorSecondary |
List Item Subtitle Font | Font for list item subtitles. | CometChatUsers.style.listItemSubTitleFont = CometChatTypography.Body.regular |
List Item Background | Background color for individual list items. | CometChatUsers.style.listItemBackground = .clear |
List Item Border Width | Border width for individual list items. | CometChatUsers.style.listItemBorderWidth = 0 |
List Item Border Color | Border color for individual list items. | CometChatUsers.style.listItemBorderColor = CometChatTheme.borderColorLight |
List Item Corner Radius | Corner radius for list items. | CometChatUsers.style.listItemCornerRadius = CometChatCornerStyle.init(cornerRadius: 0) |
Selection Image Tint Color | Tint color for selection indicator in list items. | CometChatUsers.style.listItemSelectionImageTint = CometChatTheme.iconColorHighlight |
Selected Background Color | Background color for selected list items. | CometChatUsers.style.listItemSelectedBackground = .clear |
Deselected Image Tint Color | Tint color for the deselected state image. | CometChatUsers.style.listItemDeSelectedImageTint = CometChatTheme.borderColorDefault |
Header Title Color | Text color for section header titles in the list. | CometChatUsers.style.headerTitleColor = CometChatTheme.textColorHighlight |
Header Title Font | Font for section header titles. | CometChatUsers.style.headerTitleFont = CometChatTypography.Heading4.medium |