TextOperation - admiral-team/admiralui-ios GitHub Wiki

Class

The component displays sent and received messages showing operations on banking products.


Declaration

public final class TextOperationView: UIView, AnyAppThemable

Overview

The component that presents a rounded view with title, description and status.

Configure a TextOperationView

let textOperationView = TextOperationView()
textOperationView.chatDirection = .left
textOperationView.chatStatus = .sent
textOperationView.style = .success
textOperationView.timeName = "22:43"
textOperationView.titleName = "Title"
textOperationView.discriptionName = "Description"
textOperationView.chatBubbleTime = "13:42"

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.