PrimaryLinkControl - admiral-team/admiralui-ios GitHub Wiki

Class

Visual elements that convey a specific action or intention in response to user interactions.


Declaration

open class PrimaryLinkControl: BaseLinkControl

Overview

Component сan be used to show hyperlinks in user interface.

Configure a Primary Link Control

Configuration a Primary Link Control the similar UIControl. Optional you may set font style, leading and trailing image.

let link = PrimaryLinkControl()
link.style = .none
link.fontStyle = .body
link.trailingView = UIImageView(image: UIImage())
link.title = "Link"

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.