To assign a CometChatConversationList to view controller make sure that the Navigation controller is attached properly.
To assign a CometChatCallsList to view controller make sure that the Navigation controller is attached properly.
To assign a CometChatUserList to view controller make sure that the Navigation controller is attached properly.
To assign a CometChatGroupList to view controller make sure that the Navigation controller is attached properly.
User
or Group
object to work properly.
To retrieve the User or Group object you can call CometChat.getUser() or CometChat.getGroup().
To assign a CometChatMessageList to view controller make sure that the Navigation controller is attached properly.
To assign a CometChatUserProfile to view controller make sure that the Navigation controller is attached properly.