Customisation of the Recent Chat Cell

The UI components of the Recent Chat Cell can be customised by using the MFChannelCellTheme in MFUITheme.

Unread Message Counts#

The Unread Message Counts appears in the list component of the MFUIRecentChatListViewController. The number of unread messages is displayed below the timestamp of the last received message. If the unread count exceeds 100, it will show as 99+.

Customisation#

Customisation of the unread message count could be done by the following theme properties.

CategoryPropertyDescription
Unread countunreadCountBackgroundColorThe background color of the unread message count element
Unread countunreadCountFontThe font of the unread message count element
Unread countunreadCountTextColorThe text color of the unread message count element

Last Update Time#

The Last Update Time in the list component of the MFUIRecentChatListViewController shows the timestamp of the last received message.

Customisation#

Customisation of the Last Update Time could be done by the following theme properties.

CategoryPropertyDescription
Last Update TimelastUpdatedTimeTextColorThe text color of the timestamp count element
Last Update TimelastUpdatedTimeFontThe font of the timestamp element

Message Customisation#

The message of the Recent Chat could be customised by the following theme Properties.

CategoryPropertyDescription
MessagemessageFontThe font of the message element
MessagemessageTextColorThe text color of the message element

Title Customisation#

Title represents the profile name from the recent chats. The Title could be customised by the following theme properties.

CategoryPropertyDescription
TitletitleFontThe font of the title element
TitletitleTextColorThe text color of the title element

Separator Line Customisation#

CategoryPropertyDescription
Separator lineseparatorLineColorThe color of the separator line element