PhotosPickerMenuItem

public struct PhotosPickerMenuItem : View

PhotosPicker menu item

  • Undocumented

    Declaration

    Swift

    public init(title: String? = NSLocalizedString("Photos", tableName: "FioriSwiftUICore", comment: "Photos"), icon: String? = "photo", filter: [PHPickerFilter] = [])
  • Declaration

    Swift

    public var body: some View { get }