AdmiralUIKit Views Chat ChatBubbleStatusView - admiral-team/admiralui-ios GitHub Wiki

Overview

ChatBubbleView - A view for chat message with time.

Code

 let chatStatusBubbleView = ChatBubbleStatusView()

You can create a ChatBubbleStatusView by specifying the following parameters in the initializer.

Initializer parameters:

 - time: String - Time text message
 - status: ChatStatus - A status ChatBubbleView. Can be in the following states: loading, error, sent, receive, read
 - direction: ChatDirection - A direction for text mesage. Can be: left, right
 - time: String - Time text message.
 - style: ChatBubbleStatusStyle - The style ChatBubbleStatusView

Live Example

To run live demo with ChatBubbleStatusView open Xcode and run project with Example target. Then in the Chat -> Text Message

Contribution

You can help us to find bugs or ask us to add features.

  • To start issue please use ready-made templates.
  • To make changes to the repository, you need to create a fork of the project, make changes to the code and create a pull request in our project. You can read more about this in the Github documentation.