MUOptionData

public struct MUOptionData

Struct that represent option data.

  • Defines the image.

    Declaration

    Swift

    public let image: UIImage?
  • Defines the title.

    Declaration

    Swift

    public let text: String
  • Initializes and returns a newly allocated MUOptionData.

    Declaration

    Swift

    public init(text: String, image: UIImage? = nil)