CheckBoxListView - admiral-team/admiralui-ios GitHub Wiki

Class

A view object with check box view.


Declaration

open class CheckBoxListView: BaseListView, TralingListViewComponent, AnyAppThemable

Overview

The cell with with check box view at the right edge.

Configure a CheckBoxListView:

let checkBoxListView = CheckBoxListView()
checkBoxListView.text = "checkBoxListView"
checkBoxListView.isSelected = true

Handle tap action:

let checkBoxListView = CheckBoxListView()
checkBoxListView.didSelect = {}

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.