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

Class

A view object with title.


Declaration

public struct TitleListView: View, LeadingListViewComponent

Overview

This component allows you to set the text from the left, right and enter edge and you can also set text style.

Configure a TitleListView:

 TitleListView(
     title: "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.",
     textAligment: .center,
     lineLimit: 3
 )

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.