SubtitleTitleListView - admiral-team/admiralui-ios GitHub Wiki

Class

A view object with subtitle and title


Declaration

public class SubtitleTitleListView: BaseListView, LeadingListViewComponent, AnyAppThemable, AccessibilitySupport

Overview

This component allows you to set the title and subtitle.

Configure a SubtitleTitleListView:

let subtitleTitleListView = SubtitleTitleListView()
subtitleTitleListView.title = "Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus"
subtitleTitleListView.subtitle = "subtitle"

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.