AlertPickerRow

public class AlertPickerRow : NSObject

An object which identifies the row of a picker view.

  • Selected index starting from 0.

    Declaration

    Swift

    public let index: Int
  • Title for the row.

    Declaration

    Swift

    public let title: String