FeedbackStyle

public enum FeedbackStyle

FeedbackStyle is a enum that represents feedback styles for NatListItemCell component.

These are all styles allowed:

  • ripple (adds a ripple animation)
  • selection (changes
  • Undocumented

    Declaration

    Swift

    case ripple
  • Undocumented

    Declaration

    Swift

    case selection