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

Struct

A control for presenting star rating with touch and swipe actions.


Declaration

public struct FeedbackInputControl: View

Overview

Feedback control is ideal choice for receive feedback from user.

Live example

Configure a Feedback input control

FeedbackInputControl(cursorPosition: .constant(2))

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.