AdmiralUIKit Controls MapButtonStyle - admiral-team/admiralui-ios GitHub Wiki

Overview

The style for creating the Map Button. The presented style is used to create buttons on the map.

Code

let button = MapButton()
 button.type = .plus

You can create a MapButton by specifying the following parameters in the initializer:

- type - MapButtonType?. The image style of MapButton.

Live Example

To run live demo with MapButtonStyle open Xcode and run project with Example target. Then in the main page open Page Controls/MapButtonStyle:

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.