TitleSubtitleButtonListView SwiftUI - admiral-team/admiralui-ios GitHub Wiki

Class

A view object with title, more label, detaile label and message view.


Declaration

public struct TitleSubtitleButtonListView: View, LeadingListViewComponent

Overview

The component belongs to the group of leading elements.

Configure a TitleSubtitleButtonListView:

TitleSubtitleButtonListView(
  title: "title",
  tagSubtitle: "tagSubtitle",
  tagText: "tagText",
  subtitle: "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo",
  subtitleLineLimit: 3,
  buttonTitle: "button",
  buttonAction: nil
)

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.